Files
linux-script-helpers/install.sh

6 lines
130 B
Bash
Raw Normal View History

2025-11-13 17:45:47 +07:00
#!/bin/bash
install -m 0775 ./wg-port-add /usr/bin/wg-port-add
install -m 0775 ./sc /usr/bin/sc
2025-11-14 09:03:00 +07:00
install -m 0775 ./ll /usr/bin/ll