tunasync/examples/shell_provider.sh
2014-10-24 00:43:04 +08:00

6 lines
76 B
Bash
Executable File

#!/bin/bash
echo $TUNASYNC_LOCAL_DIR
echo $TUNASYNC_LOG_FILE
sleep 5
exit 1