Skip to content

Instantly share code, notes, and snippets.

@dgmike
Created May 29, 2014 19:30
Show Gist options
  • Save dgmike/0e455228db02f59a3ffb to your computer and use it in GitHub Desktop.
Save dgmike/0e455228db02f59a3ffb to your computer and use it in GitHub Desktop.
(draft) Grunt bash complete system
#!/bin/bash
node -e 'grunt=require("grunt");require("./Gruntfile")(grunt);console.log(Object.keys(grunt.config.data).join(" "))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment