Przeglądaj źródła

improvements to mautore and monbell

master
mort 8 lat temu
rodzic
commit
78cdd2d384
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1
    1
      bin/mautore
  2. 1
    1
      bin/monbell

+ 1
- 1
bin/mautore Wyświetl plik

@@ -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 Wyświetl plik

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

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

Ładowanie…
Anuluj
Zapisz