11 lines
228 B

10 years ago
10 years ago
  1. #! /bin/sh
  2. # exit if a command fails
  3. set -e
  4. # download
  5. curl -sL https://github.com/ptrofimov/beanstalk_console/archive/master.tar.gz | tar xvz -C /tmp
  6. mv /tmp/beanstalk_console-master /source
  7. # remove tmp files
  8. rm -rf /tmp/*