aboutsummaryrefslogblamecommitdiff
path: root/bash/bashrc.d/scr.bash
blob: e8b6b58af98477c7a2f45d4d2a5166f65e0a61b5 (plain) (tree)
1
2
3
4
5
6





                                                                           
# Create a temporary directory and change into it, to stop me putting stray
# files into $HOME, and making the system do cleanup for me
scr() {
    pushd -- "$(mktemp -d)"
}