/neatx/src/ttysetup

http://neatx.googlecode.com/ · #! · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · 0ad3a0b9eff9e0d48d1ddbe3c5bf16b6 MD5 · raw file

  1. #!/bin/bash
  2. stty raw -echo
  3. exec "$@"