Files
code_analyzer/analyze.sh
2024-09-29 02:34:44 -04:00

9 lines
133 B
Bash
Executable File

#!/bin/bash
if [ $# -lt 2 ]; then
echo "Usage: $0 <command> [args] <duration>"
exit 1
fi
/usr/local/bin/code_analyzer "$@"