5 lines
138 B
Bash
Executable file
5 lines
138 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
rm -rf ./site/themes/shared-bulma-theme/
|
|
rm -rf ./scripts/shared-hugo-scripts/
|
|
git submodule update --remote --merge
|