Browse Source

mautore now prints bell character when it reloads

master
mort 8 years ago
parent
commit
248a1a287a
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      bin/mautore

+ 3
- 0
bin/mautore View File

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

$CMD &
PID=$!

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

sleep 1

Loading…
Cancel
Save