Obtained from: https://web.archive.org/web/20090620082249/http://worldserver.oleane.com/rsn/ascd-en.html
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
cd ascd
 | 
						|
rm -f workman
 | 
						|
ln -s ../libworkman/include workman
 | 
						|
./misc/default
 | 
						|
cd ..
 | 
						|
xmkmf -a
 | 
						|
 |