1
1
Fork 0
adventofcode/2024/day3/run.sh
2024-12-04 07:38:37 -05:00

5 lines
80 B
Bash
Executable file

#!/bin/bash
rm database.db
cp input.txt workingFile.txt
sqlite3 < solution.sql