mirror of https://github.com/lnis-uofu/SOFA.git
9 lines
172 B
Bash
9 lines
172 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
###############################################
|
||
|
# OpenFPGA Shell with VPR8
|
||
|
##############################################
|
||
|
python3 SCRIPT/repo_setup.py
|