File: invoke

package info (click to toggle)
behave 1.2.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,160 kB
  • sloc: python: 19,857; makefile: 137; sh: 18
file content (8 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
#!/bin/bash
# RUN INVOKE: From bundled ZIP file.

HERE=$(dirname $0)
export INVOKE_TASKS_USE_VENDOR_BUNDLES="yes"

python ${HERE}/../tasks/_vendor/invoke.zip $*