index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
firall.sh
blob: f9cae29f62e7bb6b3006e9df7c0bc4f07fd2aff8 (
plain
)
1
2
3
4
5
#!/bin/bash
shift
1
for
file
in
"
$@
"
;
do
sbt
"run
$file
"
done