diff options
author | kkl2401 | 2017-10-24 17:34:14 +0200 |
---|---|---|
committer | Daniel Playfair Cal | 2019-07-23 14:39:12 +1000 |
commit | b081d180362a76787992e743f66fa5ba06b6e5c8 (patch) | |
tree | 9ce099d00a2f65c3ddc520fcf56c3a9c59ec159d /swagger-codegen | |
download | aur-b081d180362a76787992e743f66fa5ba06b6e5c8.tar.gz |
Initial commit
Fix symlink creation
Update to 2.3.1
Add gitignore
2.4.7-1
Diffstat (limited to 'swagger-codegen')
-rw-r--r-- | swagger-codegen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swagger-codegen b/swagger-codegen new file mode 100644 index 000000000000..9e2d1143bc27 --- /dev/null +++ b/swagger-codegen @@ -0,0 +1,2 @@ +#!/bin/sh +java -jar /usr/share/java/swagger-codegen/swagger-codegen-cli.jar "$@" |