Sha256: 9d6df4f20d181b14d2a2cf7c646c20e636d507c7c909cda409c590c156a24ff4
Contents?: true
Size: 366 Bytes
Versions: 23
Compression:
Stored size: 366 Bytes
Contents
#!/bin/sh export ANYENV_ROOT="$HOME/.anyenv" if [ -d "$ANYENV_ROOT" ]; then export PATH="$HOME/.anyenv/bin:/usr/local/bin:$PATH" eval "$(anyenv init -)" fi #export PATH="$HOME/.rbenv/bin:$PATH:/opt/local/bin" #if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi cd `dirname $0` #rbenv versions #mogrify bundle exec ruby exe/imagefilter "$@"
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
imagetools-0.3.0 | hazel_imagefilter_template.sh |
imagetools-0.2.0 | hazel_imagefilter_template.sh |
imagetools-0.1.0 | hazel_imagefilter_template.sh |