mirror of
https://github.com/lowobservable/coax.git
synced 2026-01-27 12:52:16 +00:00
8 lines
52 B
Bash
Executable File
8 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
|
|
VVP=vvp
|
|
|
|
echo "Running $1"
|
|
|
|
${VVP} -N $1
|