This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
emil
/
probotic
Archived
Watch
3
Star
4
Fork
0
You've already forked probotic
Code
Issues
3
Pull Requests
Releases
Wiki
Activity
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.
cc1cd29c93
probotic
/
bootstrap
/
bootstrap.sh
6 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-08-04 11:13:47 -04:00
#!/bin/sh
Intergrate install/uninstall files into Makefile
2023-08-12 19:34:37 -04:00
DBFILE
=
data.sqlite
Initial commit
2023-08-04 11:13:47 -04:00
rm -f
"
$DBFILE
"
sqlite3
"
$DBFILE
"
-init bootstrap.sql -line
'.quit'
Reference in New Issue
Copy Permalink