Browse Source

added script for automatic pulling

Dimitri Korsch 6 years ago
parent
commit
3a69de51ff
1 changed files with 5 additions and 0 deletions
  1. 5 0
      auto_pull.sh

+ 5 - 0
auto_pull.sh

@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+cd /users/webuser/www/demo_page
+git pull
+