Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/freebsd-src
Path:
blob/main/tools/build/make_check/shell_test.sh
3
9
4
8
3
views
1
#!/bin/sh
2
echo
$@
3
if
!
test
-t
0
;
then
4
cat
5
fi
6
7