Skip to content

Commit 205bf32

Browse files
committed
Move shebang operator to top of seed-db.sh
1 parent 97036cc commit 205bf32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

seed-db.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
#!/bin/bash
12
# Rebuild your local database with a copy of OpenBeta staging database.
23
#
34
# To keep running time short, the script only downloads the remote
45
# database dump file once. Specify 'download' argument to force download.
56
#
67
# Syntax:
78
# ./seed-db.sh [download]
8-
#
9-
#!/bin/bash
109

1110
FILE_NAME="openbeta-stg-db.tar.gz"
1211
REMOTE_FILE="https://storage.googleapis.com/openbeta-dev-dbs/$FILE_NAME"

0 commit comments

Comments
 (0)