1
0
mirror of https://github.com/actix/examples synced 2025-04-03 00:45:31 +02:00
2018-07-29 17:34:43 +03:00

4 lines
122 B
Bash
Executable File

#!/usr/bin/env bash
sqlite3 weather.db < db.sql
sqlite3 -csv weather.db ".import nyc_centralpark_weather.csv nyc_weather"