summaryrefslogtreecommitdiff
path: root/sysctlu
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-04-10 21:40:30 -0700
committerBen Sima <ben@bsima.me>2019-04-10 21:40:30 -0700
commit3656524c18af9f667611286b0b812823d8766901 (patch)
tree5dd0d4914e2465f5b73638381dcf3231d9103ec1 /sysctlu
parentecd11c59aff3b640b94f9af05f25947b8b9b713f (diff)
add systemctl --user shortcut
credit to jb55
Diffstat (limited to 'sysctlu')
-rwxr-xr-xsysctlu2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysctlu b/sysctlu
new file mode 100755
index 0000000..e0af91e
--- /dev/null
+++ b/sysctlu
@@ -0,0 +1,2 @@
+#!/bin/sh
+systemctl --user "$@"