This website requires JavaScript.
Explore
Back to website
Help
Sign in
williamjcm
/
small3dlib
Watch
1
Star
0
Fork
You've already forked small3dlib
0
mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced
2024-11-21 20:39:57 +01:00
Code
Activity
28ce385dad
small3dlib
/
make.sh
10 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Init
2018-11-17 13:34:15 +01:00
#!/bin/bash
Fix L/R
2018-11-18 13:40:51 +01:00
clear
;
clear
Init
2018-11-17 13:34:15 +01:00
Fix L/R
2018-11-18 13:40:51 +01:00
make
if
[
$?
-eq
0
]
;
then
./PokittoEmu ./BUILD/firmware.bin
$1
fi
Copy permalink