6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
install -m 0775 ./wg-port-add /usr/bin/wg-port-add
|
|
install -m 0775 ./sc /usr/bin/sc
|
|
install -m 0775 ./ll /usr/bin/ll
|