P4-in-a-Bottle/scripts/p4iab_docker_entry.sh

7 lines
79 B
Bash
Raw Normal View History

2023-05-18 08:03:51 +00:00
#!/bin/bash
set -e
cd ~
echo "Welcome to P4-in-a-Bottle!"
exec /bin/bash "$@"