summaryrefslogtreecommitdiffstats
path: root/entrypoint.sh
blob: 3b432ec7a7debeb435f9d6074928e36666846f20 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# sample entry point

echo "arg0: $0"
echo "args: $@"
echo "Env:"
env