mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-25 01:32:43 -05:00
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/bash
|
|
echo "✅ Pre-commit test script ran successfully!"
|
|
exit 0
|