Explorar el Código

mautore now prints bell character when it reloads

master
mort hace 8 años
padre
commit
248a1a287a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      bin/mautore

+ 3
- 0
bin/mautore Ver fichero

@@ -18,6 +18,9 @@ while :; do

$CMD &
PID=$!

# Print bell character
echo -e "\a"
fi

sleep 1

Cargando…
Cancelar
Guardar