mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 10:34:41 +00:00
Move the editions into a subfolder
This commit is contained in:
13
editions/tw2/source/tiddlywiki/jquery/plugins/doc/update
Executable file
13
editions/tw2/source/tiddlywiki/jquery/plugins/doc/update
Executable file
@@ -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_USER@$HOST"
|
||||
COMMANDS="$COMMANDS cd $DIR;"
|
||||
COMMANDS="$COMMANDS sudo svn update;"
|
||||
$COMMANDS
|
||||
Reference in New Issue
Block a user