This commit is contained in:
smart
2025-12-05 21:51:55 +08:00
parent e0bc2069e0
commit 9181fbf744
420 changed files with 101541 additions and 0 deletions

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;