mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
making it work
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@62 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
b3af17f0d7
commit
9128a262f8
7
all.sh
7
all.sh
@ -4,9 +4,10 @@
|
|||||||
|
|
||||||
xeppath=/var/www/stage.xmpp.org/extensions
|
xeppath=/var/www/stage.xmpp.org/extensions
|
||||||
|
|
||||||
ls xep-0*.xml > tmp.txt
|
ls xep-0*.xml > tmp1.txt
|
||||||
sed s/xep-\(.*\).xml/\1/ tmp.txt > nums.txt
|
sed s/^xep-// tmp1.txt > tmp2.txt
|
||||||
rm tmp.txt
|
sed s/.xml$// tmp2.txt > nums.txt
|
||||||
|
rm tmp*.txt
|
||||||
|
|
||||||
while read f
|
while read f
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user