mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
6 lines
125 B
Text
6 lines
125 B
Text
|
|
key=`printf '\r\t\001\200\300'`
|
|
r=`{ set -x; : "$key"; } 2>&1 >/dev/null`
|
|
case $r in
|
|
*[![:print:]]*) echo fail; exit 3
|
|
esac
|