7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| #
 | |
| #	clear 1.0 - clear the screen			Author: Kees J. Bot
 | |
| #								30 Mar 1996
 | |
| export PATH=/bin:/usr/bin
 | |
| exec tget -str cl
 | 
