wrrelease.sh 364 B

1234567891011
  1. #!/bin/sh
  2. rm -fr wr.tgz RELEASE > /dev/null
  3. wget http://snaps.wolfrecorder.com/wr_current.tgz
  4. mv wr_current.tgz wr.tgz
  5. tar -zxvf wr.tgz ./RELEASE
  6. echo "=== Release Done ==="
  7. rm -fr wrinstaller_current.tar.gz > /dev/null
  8. wget http://snaps.wolfrecorder.com/wrinstaller_current.sh
  9. mv wrinstaller_current.sh wrinstaller.sh
  10. echo "=== WRinstaller builded ==="