mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-08-13 11:11:48 +00:00
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
mkdir $1;
|
|
touch $1/base.py;
|
|
touch $1/README.md;
|
|
touch $1/__init__.py;
|
|
echo "\"\"\"Init file.\"\"\"" > $1/__init__.py;
|