Supprime une ligne inutile
This commit is contained in:
		@@ -32,7 +32,6 @@ function extract()
 | 
			
		||||
            *.tar)       tar xvf $1      ;;  
 | 
			
		||||
            *.tbz2)      tar xvjf $1     ;;  
 | 
			
		||||
            *.tgz)       tar xvzf $1     ;;
 | 
			
		||||
://codepad.canhelpme.com/nabled=true
 | 
			
		||||
            *.zip)       unzip $1        ;;  
 | 
			
		||||
            *.Z)         uncompress $1   ;;
 | 
			
		||||
            *.7z)        7z x $1         ;;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user