This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
Remove empty echos
pull/1/head
Gustavo Adolfo Mesa Roldán
4 years ago
parent
2924ff1db8
commit
f41977f8ce
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
lch
+ 2
- 4
lch
View File
@ -212,13 +212,11 @@ else
if [ -n "$ORIG" ]
then
echo "Compressor:"
echo "-----------"
echo ""
echo -e "-----------\n"
compressor $DEST $ORIG
else
echo "Decompressor:"
echo "-------------"
echo ""
echo -e "-------------\n"
decompressor $DEST
fi
fi
Write
Preview
Loading…
Cancel
Save