From d8b40080fbc3265434b5a5bde90e679425bc70e3 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Sat, 14 Nov 2020 07:21:11 +0100 Subject: [PATCH] Suspend computer --- bin/suspend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/suspend diff --git a/bin/suspend b/bin/suspend new file mode 100755 index 0000000..258e245 --- /dev/null +++ b/bin/suspend @@ -0,0 +1,4 @@ +#!/bin/bash + +/bin/systemctl suspend +