#!/bin/sh if [ "$1" = "" ] || [ "$1" = "help" ] || [ "$1" = "-help" ] || [ "$1" = "--help" ] ; then echo "Cara make na: ./run-maker <\"background fake process\"> -d ./<\"filename\">" echo " \"backgorund fake process\" nyaeta ngaran proses anu dek ditampilkeun dina background process" echo " -d nyaeta keur ngajalankeun program sebagai service daemon <\"optional alias teu maksa kudu make\">" echo " \"filename\" nyaeta ngaran file program launcher na contona: ./psybnc" echo " " echo "katerangan: lamun ngaran background proses na aya spasi, maka kudu make \" saencan jeung saenggeus ngaran background" echo " contona: \"/usr/local/sbin/httpd -DSSL\"" echo " nu baleg koplok ari nyieun psy jeung eggdrop teh kehed!!!" exit fi if [ "$3" = "" ]; then echo "./xh -s \"$1\" $2" > run chmod 755 run fi if [ "$3" != "" ]; then echo "./xh -s \"$1\" $2 $3" > run chmod 755 run fi cat run