correct directory in bwroot

This commit is contained in:
λmolinae 2025-05-18 13:43:07 -06:00
parent 84581cfd9e
commit e110544d4e

View file

@ -1,6 +1,6 @@
#!/bin/sh
ROOT=""$HOME"/Documents/alpchroot"
ROOT=""$HOME"/Documents/Miscellaneous/alpchroot"
case "$1" in
"") echo "usage: bwroot ARGUMENT" >&2; exit 1; ;;
@ -12,5 +12,6 @@ case "$1" in
--bind "$PWD" "$PWD" \
--bind "$HOME" "$HOME" \
--unshare-all \
--share-net \
"$@" ;;
esac