8 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
echo "Image courtesy of Michael Edwards <mike24@bellsouth.net>"
 | 
						|
echo
 | 
						|
 | 
						|
cmd='../src/pclock -B../XPM/glowclock.xpm -H green --second-hand-length=25'
 | 
						|
 | 
						|
echo $cmd
 | 
						|
$cmd
 |