%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/src/engintron/apache/
Upload File :
Create Path :
Current File : //usr/local/src/engintron/apache/apxs.sh

#!/bin/sh
APXS=`which apxs2 2>/dev/null`
if [ -z "$APXS" ]; then
  APXS=`which apxs 2>/dev/null`
fi

if [ -z "$APXS" ]; then
  if [ -f /usr/sbin/apxs2 ]; then
    APXS=/usr/sbin/apxs2
  elif [ -f /usr/sbin/apxs ]; then
    APXS=/usr/sbin/apxs
  fi
fi

$APXS $@

Zerion Mini Shell 1.0