5 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			155 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
curdir="`pwd`"
 | 
						|
cd ~/programs/timestamper-cli-@VERSION@
 | 
						|
java -cp "lib:lib/*:./*" com.jdblabs.timestamper.cli.TimeStamperCLI -d "$curdir" "$@" 
 | 
						|
cd "$curdir"
 |