1
1
Fork 0
adventofcode/2024/day3/run.sh

6 lines
80 B
Bash
Raw Permalink Normal View History

2024-12-04 07:38:37 -05:00
#!/bin/bash
rm database.db
cp input.txt workingFile.txt
sqlite3 < solution.sql