diff --git a/bash/usr-local-bin/qbittorrent b/bash/usr-local-bin/qbittorrent new file mode 100755 index 0000000..8c963f3 --- /dev/null +++ b/bash/usr-local-bin/qbittorrent @@ -0,0 +1,10 @@ +#!/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