7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# ble.sh () installed from nix
 | 
						|
if (command -v blesh-share &>/dev/null); then
 | 
						|
	source "$(blesh-share)"/ble.sh --attach=none # does not work currently
 | 
						|
fi
 |