1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-09 16:20:38 +01:00

11 lines
206 B
Bash
Executable File

#!/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