瀏覽代碼

mautore now prints bell character when it reloads

master
mort 8 年之前
父節點
當前提交
248a1a287a
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      bin/mautore

+ 3
- 0
bin/mautore 查看文件

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

$CMD &
PID=$!

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

sleep 1

Loading…
取消
儲存