diff --git a/code_to_prompt.sh b/code_to_prompt.sh deleted file mode 100755 index abe11a2..0000000 --- a/code_to_prompt.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -# Get the directory of this script -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -# Run the Python script using poetry -poetry run python "$DIR/code_to_prompt/main.py" "$@"