#!/bin/bash for note in {0..11} do echo "" echo " {{ getGoodNote("$note") }} " for c in $(cat chordlist) do echo ' ' done echo "" done