freebsd_amp_hwpstate/usr.sbin/xntpd/refclocks/check

3 lines
94 B
Bash
Executable File

#!/bin/sh
`echo "$1" | awk '{ if ( '"$2"' ) { print ":"; } else { print "false"; } exit; }'`;