mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
9 lines
97 B
Bash
Executable file
9 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear; clear
|
|
|
|
make
|
|
|
|
if [ $? -eq 0 ]; then
|
|
./PokittoEmu ./BUILD/firmware.bin $1
|
|
fi
|