This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
USAGE="Usage: `basename $0` <src_space_url> <src_space> <src_user> | |
<src_pwd> <dest_space_url> <dest_space> <dest_user> <dest_pwd> | |
Overwrite SRC_TS_CHALLENGER and/or DEST_TS_CHALLENGER | |
to use a custom authentication method. | |
The default is tiddlywebplugins.tiddlyspace.cookie_form | |
" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Run this script before installing twikifier/twsock and after installing node | |
# | |
npm config set registry http://registry.npmjs.org/ | |
# Omit this step if a proxy is not needed | |
npm config set proxy http://<host>:<port> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var args = Array.prototype.slice.apply(arguments); | |
args[2] = false; |
NewerOlder