5 lines
		
	
	
		
			110 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			110 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| . $HOME/.bin/_config
 | |
| D="$(echo "$(xclip -o)" | $DMENU_CMD -p Translate)"
 | |
| [ ! -z "$D" ] && ding "$D"
 | 
