File unarj.sh of Package arj

#!/bin/sh

set -e

if [ $# -eq 1 ]; then
  arj l "$@"
else
  arj "$@"
fi

openSUSE Build Service is sponsored by