mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
3 lines
94 B
Text
3 lines
94 B
Text
|
|
#!/bin/sh
|
||
|
|
`echo "$1" | awk '{ if ( '"$2"' ) { print ":"; } else { print "false"; } exit; }'`;
|