소스 검색

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…
취소
저장