You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
238 B

9 years ago
9 years ago
  1. #! /bin/sh
  2. # exit if a command fails
  3. set -eo pipefail
  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/*