1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-01 08:56:29 +02:00
qmckl/tools/merge_org.sh

9 lines
110 B
Bash
Raw Normal View History

2021-03-06 18:19:13 +01:00
#!/bin/bash
OUTPUT=$1
for i in README.org $(cat $QMCKL_ROOT/src/table_of_contents)
do
cat $i >> $1
done