1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00
ULib/tests/examples/wi-auth/bin/get_users_info.sh
2015-01-23 17:24:36 +01:00

10 lines
213 B
Bash
Executable File

#/bin/bash
# get_users_info.sh
# echo '*/5 * * * * /home/unirel/userver/bin/get_users_info.sh' | crontab
PROGRAM=`basename $0 .sh`
exec /home/unirel/userver/bin/send_req_to_portal.sh $PROGRAM "get_users_info"