mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-05 00:59:22 +01:00
11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -x
|
||
|
sudo systemctl start nordvpnd.service
|
||
|
sleep 5
|
||
|
systemctl status nordvpnd.service --no-pager
|
||
|
nordvpn connect p2p
|
||
|
nordvpn status
|
||
|
flatpak run org.qbittorrent.qBittorrent "$@"
|
||
|
set +x
|