Browse Source

improvements to mautore and monbell

master
mort 8 years ago
parent
commit
78cdd2d384
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      bin/mautore
  2. 1
    1
      bin/monbell

+ 1
- 1
bin/mautore View File

@@ -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 View File

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

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

Loading…
Cancel
Save