mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 22:44:36 +00:00
Move the editions into a subfolder
This commit is contained in:
7
editions/tw2/source/tiddlywiki/tests/js/ckx
Executable file
7
editions/tw2/source/tiddlywiki/tests/js/ckx
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
TWDIR=$HOME/Documents/TiddlyWiki
|
||||
DEFAULT_FILENAME=tiddlywiki
|
||||
FILENAME=${1:-$DEFAULT_FILENAME}
|
||||
DEST=$PWD
|
||||
RECIPE=$PWD/$FILENAME.js.recipe
|
||||
ruby -C ../../../tools/cooker cook.rb $RECIPE -d$DEST -s $2 $3 $4 $5
|
||||
Reference in New Issue
Block a user