mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-30 18:07:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			400 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			400 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/bash
 | |
| # shellcheck source=/dev/null
 | |
| # Import color formatting
 | |
| source /usr/lib/ujust/libcolors.sh
 | |
| # Import text formatting
 | |
| source /usr/lib/ujust/libformatting.sh
 | |
| # Import functionality for just
 | |
| source /usr/lib/ujust/libfunctions.sh
 | |
| # Import functionality related to distrobox
 | |
| source /usr/lib/ujust/libdistrobox.sh
 | |
| # Import functionality related to toolbox
 | |
| source /usr/lib/ujust/libtoolbox.sh | 
