Explorar el Código

fixed mautore

master
mort hace 8 años
padre
commit
76b02bbdc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/mautore

+ 1
- 1
bin/mautore Ver fichero

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

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

# Print bell character

Cargando…
Cancelar
Guardar