summaryrefslogtreecommitdiff
path: root/suspend.sh
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2021-10-09 09:50:46 +1100
committerSt33v <github@f3rr3t.com>2021-10-09 09:50:46 +1100
commit4ec6c00c1cafcd39baaed270ea4cdc78c88df199 (patch)
tree36c713e475e4293a47fceeb561899d3140b6efc4 /suspend.sh
parent4d4581be01d0f60203e91730f7494e102e03c73c (diff)
add suspend shortcut script
Diffstat (limited to 'suspend.sh')
-rwxr-xr-xsuspend.sh6
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
+