mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-18 20:07:55 +00:00
7 lines
36 B
Bash
7 lines
36 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pushd jni
|
||
|
. run.sh
|
||
|
popd
|
||
|
|