diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-25 03:11:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-25 03:11:09 +0300 |
commit | 73c73e33976dc28258ca4fd0b5a220ff8f24957d (patch) | |
tree | 421776dab7b922f846032071f382261eebd929cf /personal/shinit/files/poweroff | |
parent | 86d1a40e690df6ca8397c2f3ddbe26df88ec75d8 (diff) | |
download | repository-73c73e33976dc28258ca4fd0b5a220ff8f24957d.tar.gz |
abook,shinit,spotifyd: drop
Diffstat (limited to 'personal/shinit/files/poweroff')
-rwxr-xr-x | personal/shinit/files/poweroff | 3 |
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 |