5 lines
		
	
	
		
			126 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			126 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh 
 | 
						|
. $HOME/.bin/_config
 | 
						|
S=$(cd $HOME/.bin && ls -1 dev-* | $DMENU_CMD -p Script)
 | 
						|
[ ! -z "$S" ]  && sterm "ksh -ic $S"
 |