Files
cs249r_book/scripts/test-script.sh
2025-02-03 22:40:31 -05:00

4 lines
71 B
Bash
Executable File

#!/bin/bash
echo "✅ Pre-commit test script ran successfully!"
exit 0