This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/bootstrap/bootstrap.sh

5 lines
142 B
Bash
Raw Normal View History

2023-08-02 13:12:17 -04:00
#!/bin/sh
# Tested to work 100% of the time when that file doesn't exist
# probably
2023-08-02 12:54:01 -04:00
sqlite3 probotic_data.sqlite -init init.sql -line '.quit'