Spaces:
Running
Running
File size: 253 Bytes
1510a2b |
1 2 3 4 5 6 7 8 |
#!/bin/bash
# This script assumes you have the NPRSundayPuzzle repo cloned to $SRC_DIR.
SRC_DIR=../../nuprl/NPRSundayPuzzle
cp $SRC_DIR/metrics.py metrics.py
cp $SRC_DIR/puzzles_cleaned.csv puzzles_cleaned.csv
cp $SRC_DIR/results.duckdb results.duckdb |