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