diff options
author | Dante Catalfamo | 2020-09-06 18:43:25 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-09-06 18:43:25 -0400 |
commit | fc5bd12f7c267e1f89719cf860ab1460ffb845c8 (patch) | |
tree | 6601ce894af4ba2a17a9c187a3db5d34c710b1ae /theme-update.sh | |
parent | a194b9c799c21085ca4da482a8d0f40744941c28 (diff) | |
download | blog-fc5bd12f7c267e1f89719cf860ab1460ffb845c8.tar.gz blog-fc5bd12f7c267e1f89719cf860ab1460ffb845c8.tar.bz2 blog-fc5bd12f7c267e1f89719cf860ab1460ffb845c8.zip |
Add shell scripts for theme
Diffstat (limited to 'theme-update.sh')
-rwxr-xr-x | theme-update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme-update.sh b/theme-update.sh new file mode 100755 index 0000000..27cee08 --- /dev/null +++ b/theme-update.sh @@ -0,0 +1,2 @@ +#!/bin/sh +git submodule update --remote --merge |