diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-08-28 21:23:37 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-08-28 21:23:37 -0400 |
commit | 2a02336596cc4ccd1ec19d5748b2b39db0a027dd (patch) | |
tree | 42fa9970087666806f9b0e629c4c8fb156cb7cce | |
parent | 6db74a1754d4835bb1d5ab228f40528e036b8056 (diff) |
git pulls in one step
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ .POSIX: install: - cp -T /var/www/html/chsmun index.{html,css} + git pull + cp -t /var/www/html/chsmun index.{html,css} |