Initial commit

This commit is contained in:
George Cushen
2017-11-23 01:41:58 +00:00
parent 6666b40fb1
commit ed6d2ce461
20 changed files with 629 additions and 2 deletions

10
update_academic.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Display available updates to Academic.
cd themes/academic
git fetch
git log --pretty=oneline --abbrev-commit --decorate HEAD..origin/master
cd ../../
# Update Academic.
git submodule update --remote --merge