Skip to content

Commit

Permalink
create nwjs dir if not existent
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningTreeC authored Feb 8, 2018
1 parent 28f4120 commit 79d8199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions download-nwjs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# Create dir if not existent

[[ -d ./nwjs ]] || mkdir ./nwjs

# Download nw.js

curl -o 'nwjs/nwjs-sdk-v0.28.1-win-x64.zip' 'https://dl.nwjs.io/v0.28.1/nwjs-sdk-v0.28.1-win-x64.zip'
Expand Down

0 comments on commit 79d8199

Please sign in to comment.