Creator commandline - TheTechnobear/Eigenharp GitHub Wiki

added a few command line options, to support the creation of valid scripts for use with eigencommander etc (rather than bscript).

Usage: 
creator [-hd] [-S script name] [-F ouput file] [-D description] [-C "command"] [DEVICE] [CONFIG]
-h help
-d debug
-S create script, called name
-F output script or debug to file
-D description to be used for script file
-C command to execute, instead of using a configuration file
device = pico|tau|alpha
configuration file to use

example:
./bin/creator.sh -S "pico osc pad" -D "a script to add the osc pad to the pico factory setup" -F ~/Library/Eigenlabs/Scripts/picooscpad.bc  pico conf/pico/oscpaddemo.conf 

idea is to make it easier to create scripts we want to hand out to others, who dont use creator. enjoy