Browse Source

added script for automatic pulling

Dimitri Korsch 6 năm trước cách đây
mục cha
commit
3a69de51ff
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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
+