5 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh 
 | |
| . $HOME/.bin/_config
 | |
| THING=$(ls -1 $HOME/.bin/edit/ | $DMENU_CMD -p Edit)
 | |
| [ ! -z "$THING" ]  && $HOME/.bin/edit/$THING
 | 
