#!/bin/bash for i in *.iso; do psxpackager -l 9 -i "${i}" -o "${i}".pbp; done