File: launch.sh

package info (click to toggle)
gtg 0.6-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,464 kB
  • sloc: xml: 20,785; python: 17,651; sh: 158; makefile: 93
file content (8 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

# This script allows contributors to run GTG directly from the gtg directory without the need to navigate
# to the scripts folder. 
# It refers to the GTG debug script originally placed in /scripts/debug.sh.
# Makes life much easier.

exec ./scripts/debug.sh "$@"