Skip to content

Instantly share code, notes, and snippets.

@aidangrabe
aidangrabe / .gulpc_autocomplete.bash
Last active August 29, 2015 14:27
Gulpc bash autocomplete for tasks
#!/bin/bash
#
# Add task auto-complete to gulpc command
# gulpc command can be setup as an alias:
# alias gulpc="coffee -c Gulpfile.coffee; gulp"
# Usage:
# Add this script to your .bashrc / .profile or just source it as
# needed
# You should then be able to type gulpc [TAB] and get a list of suggestions
_gulpc() {