mirror of
				https://gitea.blesmrt.net/mikaela/scripts.git
				synced 2025-11-04 11:27:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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
 |