This commit is contained in:
2019-04-14 11:54:29 +02:00
parent cb34056f15
commit 6be0232035
14 changed files with 48 additions and 8 deletions

View File

@@ -202,3 +202,7 @@ prefix() {
file=$1
mv $file ${prefix}${file}
}
tmp() {
cd "$(mktemp -d)"
}