aboutsummaryrefslogtreecommitdiff
path: root/extra/shellcheck-bin/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/shellcheck-bin/build')
-rwxr-xr-xextra/shellcheck-bin/build3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/shellcheck-bin/build b/extra/shellcheck-bin/build
new file mode 100755
index 00000000..3a6a4684
--- /dev/null
+++ b/extra/shellcheck-bin/build
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+install -Dm755 shellcheck "$1/usr/bin/shellcheck"