4 lines
104 B
Bash
4 lines
104 B
Bash
|
#!/usr/bin/env -S nix shell nixpkgs#bash nixpkgs#sqlite --command bash
|
||
|
|
||
|
sqlite3 db.sqlite3 < ./cmds.sql
|