13 lines
150 B
Bash
Executable File
13 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd organic
|
|
./updateGallery.sh
|
|
|
|
cd ../classic
|
|
./updateGallery.sh
|
|
|
|
cd ../centerpiece
|
|
./updateGallery.sh
|
|
|
|
cd ../sculpture
|
|
./updateGallery.sh |