this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f4e14626aab6b95a89af86a0cade00b9d6bbf505 9 lines 194 B view raw
1#!/usr/bin/env sh 2 3# Example usage: 4# ./with-test-db.sh psql postgresql://pg:password@localhost:5433/postgres -c 'select 1;' 5 6dir=$(dirname $0) 7. ${dir}/_common.sh 8 9SERVICES="db_test" main "$@"