[add] Init
This commit is contained in:
7
code_to_prompt.sh
Executable file
7
code_to_prompt.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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" "$@"
|
||||
Reference in New Issue
Block a user