5 lines
156 B
Bash
Executable file
5 lines
156 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# TODO create a script to find all repo to delete it
|
|
#rm -fr ./.repo
|
|
rm -rf ./odoo1* ./script/OCA* ./image_db ./doc/itpp* ./doc/odoo_*
|