8 lines
106 B
Bash
Executable file
8 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git pull
|
|
git submodule update --init --recursive
|
|
|
|
echo -e "\nclear cache:\n"
|
|
rm site/cache/*
|