Skip to content

Instantly share code, notes, and snippets.

View theMarix's full-sized avatar
🏠
Working from home

Matthias Bach theMarix

🏠
Working from home
View GitHub Profile
@bigbosst
bigbosst / supervisorctl
Last active November 29, 2018 12:03 — forked from pfreixes/gist:3187511
supervisorctl bash completion
# pfreixes, 2012-07-27
# Add to /etc/bash_completion.d/supervisorctl
_supervisor()
{
local cur prev opts base
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"