Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > b1dd7a43aa647d5e607b0896f2af7a89 > files > 9

ghostpcl-9.53.3-2.mga8.src.rpm

#!/bin/sh

args=""
while [ $# -gt 0 ]; do
	if [ -z "$(echo -n "$1" | grep ".*\.pcl")" ]; then
		args="$args $1"
	else
		args="$args $(realpath -- "$1")"
	fi
	shift
done
cd @GHOSTPCLDIR@
./gpcl6 "$args"