7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./get_dbcontent.sh
|
|
./run_occ.sh polls:db:purge
|
|
./run_occ.sh app:enable polls
|
|
./run_occ.sh polls:db:rebuild
|