Added arduino template to template func

This commit is contained in:
oreodave
2019-08-11 13:28:27 +01:00
parent 19020749a9
commit ef7f82be89

1
zshenv
View File

@@ -19,6 +19,7 @@ gentemplate() {
'cpp') git clone https://github.com/Oreodave/CPPTemplate $2;;
'python') git clone https://github.com/Oreodave/PythonTemplate $2;;
'node') git clone https://github.com/Oreodave/NodeTemplate $2;;
'ard') git clone https://github.com/Oreodave/ArduinoTemplate $2;;
*) return;;
esac
rm -rf $2/.git;