reconquest / import.bash

Golang-like import statement in bash
27 stars 4 forks source link

Use external utilities from $PATH w/o hard-coded paths #1

Closed validname closed 8 years ago

validname commented 8 years ago
vendor/github.com/reconquest/import.bash/import.bash:    done < <(/bin/tr ':' '\n' <<< "$IMPORTPATH")
vendor/github.com/reconquest/import.bash/tests/testcases/clones-vendor-if-vendor-not-found.test.sh:    /bin/git "$@"