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
Miloslav Číž 182ee3b65d Fix L/R
2018-11-18 13:40:51 +01:00

9 lines
97 B
Bash
Executable file

#!/bin/bash
clear; clear
make
if [ $? -eq 0 ]; then
./PokittoEmu ./BUILD/firmware.bin $1
fi