dotfiles/linux-utils/.local/bin/erctl

8 lines
143 B
Plaintext
Executable File

#!/bin/execlineb -S0
# ericonr's script for system tasks
# systemd -> systemctl
# non-systemd -> loginctl
tryexec
{ systemctl $@ }
loginctl $@