aboutsummaryrefslogtreecommitdiff
path: root/personal/shinit/files/poweroff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-25 03:11:09 +0300
committerCem Keylan <cem@ckyln.com>2020-12-25 03:11:09 +0300
commit73c73e33976dc28258ca4fd0b5a220ff8f24957d (patch)
tree421776dab7b922f846032071f382261eebd929cf /personal/shinit/files/poweroff
parent86d1a40e690df6ca8397c2f3ddbe26df88ec75d8 (diff)
downloadrepository-73c73e33976dc28258ca4fd0b5a220ff8f24957d.tar.gz
abook,shinit,spotifyd: drop
Diffstat (limited to 'personal/shinit/files/poweroff')
-rwxr-xr-xpersonal/shinit/files/poweroff3
1 files changed, 0 insertions, 3 deletions
diff --git a/personal/shinit/files/poweroff b/personal/shinit/files/poweroff
deleted file mode 100755
index 454cfa7..0000000
--- a/personal/shinit/files/poweroff
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-[ "$(id -u)" -eq 0 ] || exit 1
-/lib/init/rc.shutdown ${0##*/} & disown