[del] Unneeded script

This commit is contained in:
Jose Pablo Domingo Aramburo Sanchez 2024-08-09 17:24:58 -07:00
parent 012db9f942
commit 5e0bc88639

View File

@ -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" "$@"