Skip to content

Commit

Permalink
fix for cli examples
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-jansen committed Jan 25, 2014
1 parent 7b8b556 commit 8f4d413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file modified bin/json-proxy
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion examples/cli/run
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ readonly script_name=${0##*/}

pushd "$script_path/../.." >/dev/null

node lib/cli.js -c examples/cli/json-proxy.json
chmod +x bin/json-proxy
node bin/json-proxy -c examples/cli/json-proxy.json --html5mode
2 changes: 1 addition & 1 deletion examples/cli/run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ POPD >NUL

PUSHD "%script_path%/../.." >NUL

node lib/cli.js -c examples/cli/json-proxy.json --html5mode
node bin/json-proxy -c examples/cli/json-proxy.json --html5mode

POPD >NUL

Expand Down

0 comments on commit 8f4d413

Please sign in to comment.