heads/yokai-launcher-nosudo

8 lines
179 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
if grep -q 'quiet 3' /proc/cmdline; then
/usr/local/bin/yokai-openvpn-launcher
elif grep -q 'quiet 4' /proc/cmdline; then
/usr/local/bin/yokai-sshuttle-launcher
fi