diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:51:06 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2024-11-21 13:51:06 +0530 |
commit | 3d1ead045a6e53cc4625750b57d61f38f7cdad90 (patch) | |
tree | 75c7ce08962ade4f536fd35f59dc6e3d20ff4bc6 /shortcuts/pc-disconnect |
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 |