1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-25 06:31:43 +02:00
trexio/src/build_trex.sh

27 lines
305 B
Bash
Raw Normal View History

#!/bin/bash
rm templates_front/populated/*
rm templates_text/populated/*
rm templates_hdf5/populated/*
python generator.py
sleep 2
cd templates_front
source build.sh
cp trexio* ../
cd ..
cd templates_text
source build.sh
cp trexio* ../
cd ..
cd templates_hdf5
source build.sh
cp trexio* ../
cd ..