7 lines
77 B
Bash
Executable file
7 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
service netif stop wlan0
|
|
service sshd restart
|
|
|
|
service sddm stop
|
|
|