We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97036cc commit 205bf32Copy full SHA for 205bf32
1 file changed
seed-db.sh
@@ -1,12 +1,11 @@
1
+#!/bin/bash
2
# Rebuild your local database with a copy of OpenBeta staging database.
3
#
4
# To keep running time short, the script only downloads the remote
5
# database dump file once. Specify 'download' argument to force download.
6
7
# Syntax:
8
# ./seed-db.sh [download]
-#
9
-#!/bin/bash
10
11
FILE_NAME="openbeta-stg-db.tar.gz"
12
REMOTE_FILE="https://storage.googleapis.com/openbeta-dev-dbs/$FILE_NAME"
0 commit comments