http://trac.tiddlywiki.org/changeset/9951
FND
2009-06-26 10:15:01 +0000 (Fri, 26 Jun 2009)
64
jQuery plugin docs: added script to update jquery.tiddlywiki.org
---------------
A Trunk/core/jquery/plugins/doc/update
---------------
Added: Trunk/core/jquery/plugins/doc/update
===================================================================
--- Trunk/core/jquery/plugins/doc/update (rev 0)
+++ Trunk/core/jquery/plugins/doc/update 2009-06-26 10:15:01 UTC (rev
9951)
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+
+# Usage:
+# upload [user]
+
+REMOTE_USER=${1:-$USER}
+HOST="jquery.tiddlywiki.org"
+DIR="/var/www/www.jquery.tiddlywiki.org/htdocs/"
+
+COMMANDS="ssh $remote_u...@$host"
+COMMANDS="$COMMANDS cd $DIR;"
+COMMANDS="$COMMANDS sudo svn update;"
+$COMMANDS
Property changes on: Trunk/core/jquery/plugins/doc/update
___________________________________________________________________
Name: svn:executable
+ *
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---