mirror of
https://github.com/libretro/Mu.git
synced 2026-09-24 15:46:20 +00:00
10 lines
142 B
Bash
Executable File
10 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
cd $DIR
|
|
|
|
./make.sh clean
|
|
./make.sh
|
|
pilot-xfer -p usb: -i ./TstSuite.prc
|