5 lines
38 B
Bash
5 lines
38 B
Bash
|
#!/bin/sh
|
||
|
opts=$(stty -g)
|
||
|
stty -echo
|
||
|
|