Supprime une ligne inutile

This commit is contained in:
Shikiryu 2016-06-03 12:53:06 +02:00
parent 9aa6598096
commit 50b86f8902
1 changed files with 0 additions and 1 deletions

View File

@ -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 ;;