Skip to content

Instantly share code, notes, and snippets.

@dcarroll
Created May 26, 2017 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcarroll/4c24d330602f2583a2de5ab8e1680dfd to your computer and use it in GitHub Desktop.
Save dcarroll/4c24d330602f2583a2de5ab8e1680dfd to your computer and use it in GitHub Desktop.
#!/bin/bash
while [ $# -gt 0 ]
do
echo $1
command=$command" "$1
shift
done
echo $command
node-debug.js <path to your toolbelt source code root>/debug.js "{ \"cmd\":\"$command\" }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment