diff options
author | Marvin Borner | 2023-03-17 18:24:01 +0100 |
---|---|---|
committer | Marvin Borner | 2023-03-17 18:24:01 +0100 |
commit | a8a6c3a400174cf476ec8e75bb2e5a5b0afb34da (patch) | |
tree | f7fa93658fffd6dd7f8fd664f907fb1a8f3da772 /.scripts/softpanic | |
parent | 031698ddaa8d7f8224358932b8e69e7f22d43963 (diff) |
Script sync
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 |