diff options
Diffstat (limited to 'source/x/xaw3d/pull-xaw3d.sh')
-rwxr-xr-x | source/x/xaw3d/pull-xaw3d.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/x/xaw3d/pull-xaw3d.sh b/source/x/xaw3d/pull-xaw3d.sh new file mode 100755 index 00000000..96141a6d --- /dev/null +++ b/source/x/xaw3d/pull-xaw3d.sh @@ -0,0 +1,7 @@ +rm -rf xaw3d +git clone git://gitorious.org/xaw3d/xaw3d.git +( cd xaw3d && rm -rf .git* ) +mv xaw3d xaw3d-$(date +%Y%m%d)git +tar cf xaw3d-$(date +%Y%m%d)git.tar xaw3d-$(date +%Y%m%d)git +xz -9 xaw3d-$(date +%Y%m%d)git.tar + |