diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-10-02 21:17:10 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-10-02 21:17:10 +0200 |
commit | 7dec9789ef0915a98ee1541b587be211af373413 (patch) | |
tree | cf2e6b081d405edc05bb7089c8331ef74d92b920 | |
parent | 20ab9c0dfdd809b3b972eae41df4c74c2c08598e (diff) | |
download | my_new_personal_website-7dec9789ef0915a98ee1541b587be211af373413.tar.xz my_new_personal_website-7dec9789ef0915a98ee1541b587be211af373413.zip |
sh -> bash
Diffstat (limited to '')
-rwxr-xr-x | start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash git pull sass source/css/theme.scss source/css/out.css python3 pyblog regen |