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 | |
| parent | a194b9c799c21085ca4da482a8d0f40744941c28 (diff) | |
| download | blog-fc5bd12f7c267e1f89719cf860ab1460ffb845c8.tar.gz blog-fc5bd12f7c267e1f89719cf860ab1460ffb845c8.tar.bz2 blog-fc5bd12f7c267e1f89719cf860ab1460ffb845c8.zip | |
Add shell scripts for theme
| -rwxr-xr-x | theme-install.sh | 2 | ||||
| -rwxr-xr-x | theme-update.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/theme-install.sh b/theme-install.sh new file mode 100755 index 0000000..12358c9 --- /dev/null +++ b/theme-install.sh @@ -0,0 +1,2 @@ +#!/bin/sh +git submodule update --init --recursive 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 |
