Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
6
include/sql/make-sql
Executable file
6
include/sql/make-sql
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
for i in account_repository mod1 mod2;do
|
||||
echo "In the folder $i"
|
||||
cd $i
|
||||
./make-sql
|
||||
cd ..
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue