8 lines
45 B
Bash
Executable File
8 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd toolflow
|
|
|
|
sbt stage
|
|
|
|
popd
|