PasteRack.org
Paste # 45153
2018-08-03 16:25:26

Fork as a new paste.

Paste viewed 417 times.


Embed:

  1. #lang racket
  2.  
  3. (printf "Password: ")
  4. (flush-output)
  5. (void (system* (find-executable-path "stty") "-echo"))
  6. (define password (read-line))
  7. (void (system* (find-executable-path "stty") "echo"))

=>

Password:

subprocess: `execute' access denied for /bin/stty

subprocess: `execute' access denied for /bin/stty