diff options
| -rwxr-xr-x | suspend.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/suspend.sh b/suspend.sh new file mode 100755 index 0000000..8c713ea --- /dev/null +++ b/suspend.sh @@ -0,0 +1,6 @@ +#!/usr/bin/bash +# SJP 9 Oct 2021 +# shell script shortcut to suspend +# Tip: make a symlink in /usr/share/bin +sudo systemctl suspend + |
