1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-12 20:27:27 +08:00
ULib/tests/examples/RA/RA.old/www/admin/cgi-bin/card-generation.bash
2015-01-23 17:24:36 +01:00

18 lines
193 B
Bash
Executable File

#!/bin/bash
# card-generation.sh
. ./.env
if [ "$REQUEST_METHOD" = "GET" ]; then
print_page
elif [ "$REQUEST_METHOD" = "POST" -a $# -eq 3 ]; then
send_mail "$1" "$2"
fi
write_OUTPUT