[hatari-devel] Script to download Hatari tarball

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


#!/bin/sh

if [ "$1" = "clone" ]
then
  hg clone http://hg.tuxfamily.org/mercurialroot/hatari/hatari
else
  cd hatari
  hg pull
  hg update
  hg archive -r tip -t tbz2 ../%b.%r.tar.bz2 -X ".hg*"
fi

read -s -n 1 -p "Press any key to close . . ."

Attachment: HG.pull.update.archive.sh
Description: Binary data



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/