mirror of
				https://gitea.blesmrt.net/mikaela/scripts.git
				synced 2025-10-31 09:27:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| # USAGE: "nheko default" for the default profile or whatever profile is
 | |
| # desired as I never run it without the profile flag
 | |
| 
 | |
| # TODO: Handle --help & --version flags
 | |
| 
 | |
| # In case of unexplained crashing add the --compact flag!
 | |
| 
 | |
| set -x
 | |
| flatpak run --env=LANGUAGE=fi:eo:en im.nheko.Nheko//master --compact --profile "$@"
 | |
| set +x
 |