Path : /proc/self/root/var/lib/ntp/var/lib/ntp/proc/self/root/usr/share/getopt/ |
Current File : //proc/self/root/var/lib/ntp/var/lib/ntp/proc/self/root/usr/share/getopt/getopt-test.bash |
#!/bin/bash if `getopt -T >/dev/null 2>&1` ; [ $? = 4 ] ; then echo "Enhanced getopt(1)" else echo "Old getopt(1)" fi