Files
tms-arch-linux-calamares-in…/archiso/airootfs/home/smart/.tms3/starter/restart
2025-11-23 15:33:54 +08:00

12 lines
215 B
Bash
Executable File

#!/bin/sh
source /etc/profile
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;