4 lines
63 B
Bash
4 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
wg-quick up /data/wg0.conf && exec sleep infinity
|