An easy one line C project setup for multi platform desktop development.
./ease.sh [options]
--init <project_name> := creates a project with the given name
--help := prints the helper prompt
--target <platform> := win64(default) and unix
--kill <project_name> := deletes the given project safely
- For windows
./ease.sh --init foo
- For unix
./ease.sh --init foo --target unix