summaryrefslogtreecommitdiff
path: root/createproject.sh
Commit message (Collapse)AuthorAge
* echo > /dev/stderr is evilGabriel Pérez-Cerezo2018-11-01
| | | | | It is not really portable, use >&2 instead, which is the right way to do it.
* added ability to create project descriptions.Gabriel Pérez-Cerezo2018-07-31