Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
turn off input echoing
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 14, 2012
1 parent 83eee20 commit 67cd10f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on_exit() {

trap on_exit EXIT

stty -icanon -echo

compile_dir=$(bin/fetch $1)
bin/compile $compile_dir
bin/stow $compile_dir

0 comments on commit 67cd10f

Please sign in to comment.