#!/usr/bin/python import subprocess albums = [ "Hyrule_Symphony.album" ] for album in albums: subprocess.call(["sh", "gen_tracks.sh", album])