Skip to content

Commit

Permalink
add script/bindownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Nov 24, 2019
1 parent 990c632 commit e39204b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script/bindownloader
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

set -e

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

make -s bin/bindownloader

# shellcheck disable=SC2068
bin/bindownloader $@

0 comments on commit e39204b

Please sign in to comment.