Skip to main content

zsteg

Installation

gem install zsteg
for dir in $(find "$HOME/.local/share/gem/ruby" -maxdepth 2 -type d -name bin | sort -rh | head -n 1); do
    export PATH="$PATH:$dir"
done

Added to my shell .rc file so that I canÂ