소스 검색

improvements to mautore and monbell

master
mort 8 년 전
부모
커밋
78cdd2d384
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      bin/mautore
  2. 1
    1
      bin/monbell

+ 1
- 1
bin/mautore 파일 보기

@@ -16,7 +16,7 @@ while :; do
kill -9 "$PID" > /dev/null
[ $? != "0" ] && echo "Process $PID doesn't exist."

$CMD &
echo $CMD | sh &
PID=$!

# Print bell character

+ 1
- 1
bin/monbell 파일 보기

@@ -16,5 +16,5 @@ while true; do
fi

# If read returned success, run user's command
$1
echo $1 | sh
done;

Loading…
취소
저장