diff options
Diffstat (limited to '.scripts/softpanic')
-rwxr-xr-x | .scripts/softpanic | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.scripts/softpanic b/.scripts/softpanic new file mode 100755 index 0000000..7268d7c --- /dev/null +++ b/.scripts/softpanic @@ -0,0 +1,5 @@ +#!/bin/sh + +wifi off +slock +wifi on |