[ex] bump
This commit is contained in:
parent
30a44e1217
commit
c61c388046
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ ex ()
|
||||||
*.zip) unzip $1 ;;
|
*.zip) unzip $1 ;;
|
||||||
*.Z) uncompress $1;;
|
*.Z) uncompress $1;;
|
||||||
*.7z) 7za x $1 ;;
|
*.7z) 7za x $1 ;;
|
||||||
|
*.7z.*) 7za x $1 ;;
|
||||||
*) echo "'$1' cannot be extracted via ex()" ;;
|
*) echo "'$1' cannot be extracted via ex()" ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue