4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
|