You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/tests/reg_test_3838_scripts/simple_sleep.sh

11 lines
127 B

#!/bin/sh
if [ ! "$1" ]; then
echo { \"err\": \"Missing required operand\" }
exit 1
fi
sleep $1
echo { \"param\": $1 }