4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# "$1" code_generator_name
|
|
./script/database/db_restore.py --database "$1"
|
|
./script/addons/install_addons_dev.sh "$1" "$1"
|