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

7 lines
79 B
Bash

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