File: bootstrap.bash

package info (click to toggle)
golang-github-google-blueprint 0.0~git20201007.25128be-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,088 kB
  • sloc: sh: 250; makefile: 13
file content (7 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

export BOOTSTRAP="${BASH_SOURCE[0]}"
export SRCDIR=".."
export WRAPPER="../blueprint.bash"

../bootstrap.bash "$@"