This website requires JavaScript.
Explore
Help
Sign In
cadey
/
time-wasting-thread-memorial
Watch
1
Star
0
Fork
You've already forked time-wasting-thread-memorial
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1f6f5fc809
time-wasting-thread-memorial
/
db
/
rebuilddb.sh
8 lines
76 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-e
set
-x
rm ./posts.db
cat ./db.sql
|
sqlite3 ./posts.db
Reference in New Issue
View Git Blame
Copy Permalink