3 lines
68 B
Bash
3 lines
68 B
Bash
#!/bin/sh
|
|
sqlite3 probotic_data.sqlite -init init.sql -line '.quit'
|
#!/bin/sh
|
|
sqlite3 probotic_data.sqlite -init init.sql -line '.quit'
|