Create wreck dirs in /Users/myockey

This commit is contained in:
Michael Yockey
2025-07-15 13:46:28 -04:00
parent 348cf46459
commit 60ea26e356

View File

@@ -1,7 +1,7 @@
function wreck() {
pushd .
WRECKDIR=`mktemp -d /tmp/wreckXXXXXXXXX` && {
WRECKDIR=`mktemp -d ~/tmp/wreckXXXXXXXXX` && {
cd $WRECKDIR
}
}