lowermachine/script/target.sh
Miaow c98584d029 寒假前烟梗分选机上已经开始用的
测试能否打中暂时没啥问题,但溜的急,没充分测试
2022-07-03 19:47:53 +08:00

6 lines
67 B
Bash

#!/bin/sh
if [ -x /home/root/target ]; then
/home/root/target
fi