10 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# /etc/bash/bash_logout
 | 
						|
 | 
						|
# This file is sourced when a login shell terminates.
 | 
						|
 | 
						|
# You may wish to clear everyone's screen when they logout.
 | 
						|
#clear
 | 
						|
 | 
						|
# Or maybe you want to leave a thoughtful note.
 | 
						|
#fortune
 |