Skip to content

Commit 335c8ef

Browse files
committed
Scripts to change format
1 parent c2834ef commit 335c8ef

File tree

2 files changed

+417
-0
lines changed

2 files changed

+417
-0
lines changed

convert-all.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/zsh
2+
ls *LibDoc*/*/Export/**/*.xml|sed -e 's,.*Export/,,'|sort -u > allmodules
3+
for i in $(cat allmodules); do
4+
mkdir -p LibDoc/$(dirname $i)
5+
./psp_libdoc_2.py -l *LibDoc*/*/Export/$i -c LibDoc/$i
6+
done
7+

0 commit comments

Comments
 (0)