9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-01 18:25:17 +02:00

missing script ccsd

This commit is contained in:
Yann Damour 2023-04-18 11:20:36 +02:00
parent f475446d9d
commit 79c9d91d19

View File

@ -0,0 +1,7 @@
#!/bin/sh
list='ls *.org'
for element in $list
do
emacs --batch $element -f org-babel-tangle
done