remove the init part for now

This commit is contained in:
Steven Silvester 2021-12-09 15:06:46 -06:00
parent 9cd01390f5
commit 5f15f5bbf6

View File

@ -1,7 +1,7 @@
#!/bin/bash
pushd binder
./init &
popd
# pushd binder
# ./init &
# popd
exec "$@"