Replace custom package management with Gnu Stow support

This commit is contained in:
Michael Yockey
2024-02-17 19:50:05 -05:00
parent 7cbb4be5b9
commit e793368e27
11 changed files with 62 additions and 67 deletions

View File

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