Packages

ExMagick is a library for manipulating images interfacing with GraphicsMagick. It's implemented using Erlang NIFs (Native Implemented Functions).

Current section

Files

Jump to
exmagick bin rpath.sh
Raw

bin/rpath.sh

#!/bin/sh
while getopts :L: opt
do
case $opt in
L) rpath="$OPTARG"
;;
?) ;;
esac
done
echo "${rpath:-/lib}"