mirror of
https://github.com/thewhiteh4t/pwnedOrNot.git
synced 2026-09-26 19:44:51 +02:00
7 lines
83 B
Bash
7 lines
83 B
Bash
#!/bin/bash
|
|
set -e
|
|
if [ "$1" = '' ]; then
|
|
python3 pwnedornot.py -h
|
|
fi
|
|
exec "$@"
|