manned/util/cron.sh
2012-07-18 11:01:38 +02:00

10 lines
166 B
Bash
Executable file

#!/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