1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-04 06:10:23 +01:00

add a bash script to be converted into make later

This commit is contained in:
q-posev 2021-03-16 19:52:33 +01:00
parent cc02849689
commit c3321b04fd

26
src/build_trex.sh Normal file
View File

@ -0,0 +1,26 @@
#!/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 ..