#!/bin/bash for i; do # Same as "for i in $@; do" cd /tmp cower -d $i cd $i makepkg -si --skipinteg done