#!/bin/sh PSQL="psql -U manned -Awtq" ./arch.sh ./deb.sh ubuntu_active ./deb.sh debian_active echo "============ Updating SQL indices" $PSQL -f update_indices.sql