mirror of
https://github.com/jlengrand/kotlin-sqlite-dataframe.git
synced 2026-03-10 15:51:00 +00:00
4 lines
43 B
Bash
Executable File
4 lines
43 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sqlite3 example.db < sample.sql
|