Files
pwnedOrNot/docker-entrypoint.sh
T
2019-04-16 21:30:08 +02:00

7 lines
83 B
Bash

#!/bin/bash
set -e
if [ "$1" = '' ]; then
python3 pwnedornot.py -h
fi
exec "$@"