File: bindown

package info (click to toggle)
golang-github-willabides-kongplete 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: sh: 40; makefile: 2
file content (13 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

CDPATH="" cd -- "$(dirname -- "$0")/.."

mkdir -p bin

[ -f bin/bindown ] || sh -c "$(
  curl -sfL https://github.com/WillAbides/bindown/releases/download/v4.6.2/bootstrap-bindown.sh
)"

exec bin/bindown "$@"