release.sh 204 B

123456789
  1. #!/bin/sh
  2. # ATTENTION: Be logged into npm before running this script,
  3. # as a user with write access to amber npm package.
  4. cd `dirname "$0"`
  5. cp release-worker.sh /tmp
  6. cd ..
  7. exec sh /tmp/release-worker.sh