manned/util/cron.sh
2017-01-21 09:05:34 +01:00

12 lines
189 B
Bash
Executable file

#!/bin/sh
PSQL="psql -U manned -Awtq"
./arch.sh current
./debian.sh current
./fedora.sh current
./ubuntu.sh current
echo "============ Updating SQL indices"
$PSQL -f update_indices.sql