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
2023-08-04 02:19:55 -06:00

3 lines
68 B
Bash

#!/bin/sh
sqlite3 probotic_data.sqlite -init init.sql -line '.quit'