mirror of
https://github.com/rwf2/Rocket.git
synced 2025-03-01 12:02:10 +00:00
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
SCRIPT_PATH=$(cd "$(dirname "$0")" ; pwd -P)
|
|
DATABASE_URL="${SCRIPT_PATH}/db/db.sqlite"
|
|
|
|
rm -f "${DATABASE_URL}"
|