remove.sh 157 B

1234567
  1. #!/bin/sh
  2. #<!--Create By Junior 2020/11/25 -->
  3. service='/etc/systemd/system/junior-server.service'
  4. systemctl disable junior-server.service
  5. rm -rf $service