Philip Wittamore 9 月之前
父節點
當前提交
62eb7784d7
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0 15
      uph

+ 0 - 15
uph

@@ -1,15 +0,0 @@
-#!/bin/sh
-
-rf=web:/var/www/wittamore.com
-mf=~/src/web/wittamore.com
-
-cd $mf
-
-files=$(find * -path .tmp -prune -o -mmin -60 -type f) 
-for file in $files 
-do
-   scp -r "$file" "$rf/$file"
-done
-
-exit 0
-