You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
415 B

  1. #!/usr/bin/env zsh
  2. # For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
  3. if [ ! -d "sql_chirho" ]; then
  4. echo "Hallelujah Please run this script from the root of the repository"
  5. exit 1
  6. fi
  7. # Create the sqlite database in db_chirho.sqlite
  8. rm db_chirho.sqlite
  9. sqlite3 db_chirho.sqlite < sql_chirho/sql_definitions_chirho.sql