summaryrefslogtreecommitdiff
path: root/suspend.sh
diff options
context:
space:
mode:
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
+