[–] huhtenberg 7y ago ↗ Is this a joke?dlz: #!/bin/bash f=$1 x=${f: -3} if [ "$x" == "dlz" ]; then lz4 -d $f - | tar xvf - else tar cvf - $f | lz4 > ${f%.*}.dlz fi [–] joshumax 7y ago ↗ Normally I try to be supportive of people's hobby projects but after checking out the repo I couldn't help but let out a chuckle...
[–] joshumax 7y ago ↗ Normally I try to be supportive of people's hobby projects but after checking out the repo I couldn't help but let out a chuckle...
2 comments
[ 2.6 ms ] story [ 12.7 ms ] threaddlz: