%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/bin/X11/
Upload File :
Create Path :
Current File : //usr/bin/X11/apg

#!/bin/sh

CONFFILE="/etc/apg.conf"

# wrapper to give default parameters to apg if invoked without

if [ -z "$*" ]; then
  APG_PARM="-M NCL -a 0 -s -m 8 -x 12 -t"
  if [ -e "$CONFFILE" ]; then
    . $CONFFILE
  fi
  /usr/lib/apg/apg $APG_PARM
else
  /usr/lib/apg/apg $@
fi

Zerion Mini Shell 1.0