mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-19 04:22:32 +01:00
missing script ccsd
This commit is contained in:
parent
f475446d9d
commit
79c9d91d19
7
src/ccsd/org/TANGLE_org_mode.sh
Executable file
7
src/ccsd/org/TANGLE_org_mode.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
list='ls *.org'
|
||||
for element in $list
|
||||
do
|
||||
emacs --batch $element -f org-babel-tangle
|
||||
done
|
Loading…
Reference in New Issue
Block a user