Philip Wittamore 9 ماه پیش
والد
کامیت
add5983468
1فایلهای تغییر یافته به همراه0 افزوده شده و 15 حذف شده
  1. 0 15
      upb

+ 0 - 15
upb

@@ -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 -mtime 0 -type f) 
-for file in $files 
-do
-   scp -r "$file" "$rf/$file"
-done
-
-exit 0
-