mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-08-14 11:41:56 +00:00
6 lines
119 B
Bash
6 lines
119 B
Bash
![]() |
mkdir $1;
|
||
|
touch $1/base.py;
|
||
|
touch $1/README.md;
|
||
|
touch $1/__init__.py;
|
||
|
echo "\"\"\"Init file.\"\"\"" > $1/__init__.py;
|