Skip to content

Instantly share code, notes, and snippets.

View amenk's full-sized avatar

Alexander Menk amenk

View GitHub Profile
@amenk
amenk / robo
Last active August 19, 2017 09:34 — forked from caseyfw/robo
Bash auto completion for Robo taskrunner (with options) SCP compatible
#!/bin/sh
# see also https://stackoverflow.com/questions/39161770/symfony-based-autocomplete-breaks-scp-autocomplete
# define robo command
ROBO=robo
#ROBO=irobo
function __robo_list_cmds ()
{