4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
install -Dm755 shellcheck "$1/usr/bin/shellcheck"
|