#!/bin/bash for i in `ls -d */`; do cd $i makepkg -df --sign cd .. done