mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#/bin/bash
|
|
|
|
# reset_counter_ap.sh
|
|
|
|
PROGRAM=`basename $0 .sh`
|
|
|
|
exec /home/unirel/userver/bin/send_req_to_portal.sh $PROGRAM "reset_counter_ap"
|