making it work

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@62 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2006-10-04 19:42:19 +00:00
parent b3af17f0d7
commit 9128a262f8
1 changed files with 4 additions and 3 deletions

7
all.sh
View File

@ -4,9 +4,10 @@
xeppath=/var/www/stage.xmpp.org/extensions
ls xep-0*.xml > tmp.txt
sed s/xep-\(.*\).xml/\1/ tmp.txt > nums.txt
rm tmp.txt
ls xep-0*.xml > tmp1.txt
sed s/^xep-// tmp1.txt > tmp2.txt
sed s/.xml$// tmp2.txt > nums.txt
rm tmp*.txt
while read f
do