10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-29 08:24:55 +02:00
QuantumPackage/src/utils_trust_region/TANGLE_org_mode.sh

8 lines
111 B
Bash
Raw Normal View History

2023-02-08 16:44:40 +01:00
#!/bin/sh
list='ls *.org'
for element in $list
do
emacs --batch $element -f org-babel-tangle
done