File: run.sh

package info (click to toggle)
python-awscurl 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: python: 967; sh: 90; makefile: 18
file content (9 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/bash
set -o errexit
set -o pipefail
set -o nounset
set -o xtrace

# this script is used to run awscurl from local source -- this would be removed once python modules issue is resolved

python -m awscurl $@