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:
parent
cc02849689
commit
c3321b04fd
26
src/build_trex.sh
Normal file
26
src/build_trex.sh
Normal 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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user