diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-02 13:59:19 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-02 13:59:19 +0200 |
commit | 5c8c04f4da620a891368f9b8fdf045035b1cdf50 (patch) | |
tree | ecc80e87f49dd172641a135f9645a877dc58ac3c | |
parent | 87c2e1ee4d2272213d7b93030b95dcdbda7e28f4 (diff) | |
download | my_new_personal_website-5c8c04f4da620a891368f9b8fdf045035b1cdf50.tar.xz my_new_personal_website-5c8c04f4da620a891368f9b8fdf045035b1cdf50.zip |
Add script for systemctl
-rwxr-xr-x | start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/start.sh b/start.sh new file mode 100755 index 00000000..df5d99b8 --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +#!/bin/sh +git pull +python3 pyblog regen +python3 pyblog p |