1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
xeps/archive.sh
Peter Saint-Andre 5f3e566b65 xep stuff
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@111 4b5297f7-1745-476d-ba37-a9c6900126ab
2006-10-16 21:25:39 +00:00

10 lines
214 B
Bash
Executable File

#!/bin/sh
# archive an old version of a XEP (before publishing new version)
# usage: ./archive.sh xepnum version
xeppath=/var/www/xmpp.org/extensions
cp $xeppath/xep-$1.html $xeppath/attic/xep-$1-$2.html
# end