Added arduino template to template func
This commit is contained in:
1
zshenv
1
zshenv
@@ -19,6 +19,7 @@ gentemplate() {
|
|||||||
'cpp') git clone https://github.com/Oreodave/CPPTemplate $2;;
|
'cpp') git clone https://github.com/Oreodave/CPPTemplate $2;;
|
||||||
'python') git clone https://github.com/Oreodave/PythonTemplate $2;;
|
'python') git clone https://github.com/Oreodave/PythonTemplate $2;;
|
||||||
'node') git clone https://github.com/Oreodave/NodeTemplate $2;;
|
'node') git clone https://github.com/Oreodave/NodeTemplate $2;;
|
||||||
|
'ard') git clone https://github.com/Oreodave/ArduinoTemplate $2;;
|
||||||
*) return;;
|
*) return;;
|
||||||
esac
|
esac
|
||||||
rm -rf $2/.git;
|
rm -rf $2/.git;
|
||||||
|
|||||||
Reference in New Issue
Block a user