Initial commit

This commit is contained in:
Jack Yu 2023-05-18 01:03:51 -07:00
commit a9ad01f7e4
7 changed files with 329 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
set -e
cd ~
echo "Welcome to P4-in-a-Bottle!"
exec /bin/bash "$@"

View file

@ -0,0 +1,6 @@
#!/bin/bash
set -e
cd ~p4
echo "Welcome to P4-in-a-Bottle!"
exec sudo -su p4