Browse Source

fixed mautore

master
mort 8 years ago
parent
commit
76b02bbdc4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mautore

+ 1
- 1
bin/mautore View File

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

Loading…
Cancel
Save