reasoning-weekly / copy.sh
arjunguha's picture
Copy scripts
1510a2b
raw
history blame
290 Bytes
#!/bin/bash
# This script assumes you have the NPRSundayPuzzle repo cloned to $SRC_DIR.
SRC_DIR=../../nuprl/NPRSundayPuzzle
cp $SRC_DIR/dataset_viewer.py app.py
cp $SRC_DIR/metrics.py metrics.py
cp $SRC_DIR/puzzles_cleaned.csv puzzles_cleaned.csv
cp $SRC_DIR/results.duckdb results.duckdb