mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
6 lines
48 B
Text
6 lines
48 B
Text
|
|
#!/bin/sh
|
||
|
|
echo $@
|
||
|
|
if ! test -t 0 ; then
|
||
|
|
cat
|
||
|
|
fi
|