mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
10 lines
213 B
Bash
Executable File
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"
|