5 lines
142 B
Bash
5 lines
142 B
Bash
#!/bin/sh
|
|
# Tested to work 100% of the time when that file doesn't exist
|
|
# probably
|
|
sqlite3 probotic_data.sqlite -init init.sql -line '.quit'
|