1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00
small3dlib/make.sh

10 lines
97 B
Bash
Raw Normal View History

2018-11-17 13:34:15 +01:00
#!/bin/bash
2018-11-18 13:40:51 +01:00
clear; clear
2018-11-17 13:34:15 +01:00
2018-11-18 13:40:51 +01:00
make
if [ $? -eq 0 ]; then
./PokittoEmu ./BUILD/firmware.bin $1
fi