This commit is contained in:
zj
2025-12-17 01:30:20 +08:00
parent 50f456a779
commit 09bdfeaf6e
214 changed files with 101383 additions and 2 deletions

13
tms-bbt/starter/restart Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
source /etc/profile
echo "TMS软件重启中"
sudo systemctl restart smarttms.service;
echo -n "Loading"
for (( i = 1; i <= 70; i++ )) do echo -n '.';sleep 0.1;done;
echo
echo -e "[ \033[34;5;5mcomplete! ]\033[0m ";
sleep 3;