Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1
/
util-linux-ng
/
refs/heads/master
/
.
/
util-linux-ng-2.17.2
/
getopt
/
getopt-test.tcsh
blob: d661e767dee41d114aec44a0b624c5fb3584fb34 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/tcsh
getopt
-
T
>&
/dev/
null
if
(
$status
==
4
)
then
echo
"Enhanced getopt(1)"
else
echo
"Old getopt(1)"
endif