Skip to content

Commit

Permalink
Added awscli.bat file to support Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaellondner-okta committed Jul 19, 2016
1 parent 547abd7 commit 0a32fc1
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 46 deletions.
209 changes: 163 additions & 46 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: com.okta.tools.awscli

1 change: 1 addition & 0 deletions awscli.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -classpath oktaawscli.jar;../lib/aws-java-sdk-1.10.74.jar com.okta.tools.awscli
1 change: 1 addition & 0 deletions out/awscli.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -classpath oktaawscli.jar;../lib/aws-java-sdk-1.10.74.jar com.okta.tools.awscli

0 comments on commit 0a32fc1

Please sign in to comment.