#!/bin/bash # Temporary script for uploading mips64el packages to the server source /etc/makepkg.conf pushd ${PKGDEST} >/dev/null repo-add stage3.db.tar.gz $@ popd >/dev/null exit $?