forked from Github_Repos/cvw
4 lines
23 B
Bash
4 lines
23 B
Bash
|
#!/bin/sh
|
||
|
vsim -do $1
|
||
|
|