ソースを参照

fixed mautore

master
mort 8年前
コミット
76b02bbdc4
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      bin/mautore

+ 1
- 1
bin/mautore ファイルの表示

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

読み込み中…
キャンセル
保存