5 lines
80 B
Bash
Executable file
5 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm database.db
|
|
cp input.txt workingFile.txt
|
|
sqlite3 < solution.sql
|