File: stac

package info (click to toggle)
stactools 0.5.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,796 kB
  • sloc: python: 4,498; xml: 554; sh: 395; makefile: 34
file content (11 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

if [[ -n "${CI}" ]]; then
    set -x
fi

if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
   python -m stactools.cli "$@"
fi