diff options
Diffstat (limited to 'shortcuts/pc-disconnect')
-rwxr-xr-x | shortcuts/pc-disconnect | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shortcuts/pc-disconnect b/shortcuts/pc-disconnect new file mode 100755 index 0000000..4f5ed19 --- /dev/null +++ b/shortcuts/pc-disconnect @@ -0,0 +1,7 @@ +#!/bin/sh + +pkill syncthing +pkill sshd + +su -c stop adbd +termux-wake-unlock |