Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cc09f18e3bd415740aef36c100c8c59378947344
/
.
/
examples
/
sys
/
basic
/
test.sh
blob: b2aa8e0b5d46ee500216f38c936da1fd43d54dfe [
file
] [
log
] [
blame
]
Brian Silverman
cc09f18
2022-03-09 15:40:20 -0800
[
diff
] [
blame^
]
1
#!/bin/bash -eu
2
3
out
=
"$(echo -n "
Hello
world
" | "
$1
")"
4
5
[[
"${out}"
==
"Compressed 11 to 50 bytes"
]]
||
(
echo
"Got ${out}"
&&
exit
1
)