Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 1f1c1ea604e963e5f498442b5b2625cd > files > 8

arj-3.10.22-12.fc14.src.rpm

#!/bin/sh

set -e

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