5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
poetry run python load.py
|
||
|
wg-quick up ./wg-pn.conf
|
||
|
sleep infinity
|