#!/bin/bash

#
# Print SAM entries (not header)
# Works with piped input.
#

grep -v '^@' $1
