1
0
mirror of https://github.com/marqs85/ossc.git synced 2025-07-15 02:24:08 +00:00
Files
ossc/scripts/reprogram.sh
2025-03-26 23:30:42 +02:00

8 lines
136 B
Bash
Executable File

#!/bin/sh
make rv-reprogram
if [ $# -eq 1 ] && [ $1 = "jtag_uart" ] && [ $(pgrep -c nios2-terminal) = 0 ]; then
nios2-terminal
fi