Explorar el Código

improvements to mautore and monbell

master
mort hace 8 años
padre
commit
78cdd2d384
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      bin/mautore
  2. 1
    1
      bin/monbell

+ 1
- 1
bin/mautore Ver fichero

@@ -16,7 +16,7 @@ while :; do
kill -9 "$PID" > /dev/null
[ $? != "0" ] && echo "Process $PID doesn't exist."

$CMD &
echo $CMD | sh &
PID=$!

# Print bell character

+ 1
- 1
bin/monbell Ver fichero

@@ -16,5 +16,5 @@ while true; do
fi

# If read returned success, run user's command
$1
echo $1 | sh
done;

Cargando…
Cancelar
Guardar