mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/bash
|
|
source ../env/bin/activate
|
|
python install_binding.py "$@"
|
|
read -p "Press any key to continue..."
|