mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
2 lines
94 B
Bash
Executable file
2 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
`echo "$1" | awk '{ if ( '"$2"' ) { print ":"; } else { print "false"; } exit; }'`;
|