Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
83fb06518b95fe0e83cc8046ddae03a0ac80e1f0
/
.
/
asterix-tools
/
scripts
/
bash
/
trim.sh
blob: 3b0453d8c216b472f7b1ffb29fc47031c892f5d3 [
file
] [
log
] [
blame
]
#!/bin/bash
while
read line
;
do
echo $line
done