#!/bin/bash echo "this is a test" > t.t echo "this is another test" >> t.t exit