mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-09 19:11:15 +02:00
vifm: fixed compress script and added it to vifm
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
if [ -e $1 ] ; then
|
||||
case $2 in
|
||||
7z) 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on $1.7z ;;
|
||||
7z) 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on $1.7z $1 ;;
|
||||
*) echo "don't know how to compress '$1' in '$2'..." ;;
|
||||
esac
|
||||
else
|
||||
|
Reference in New Issue
Block a user