commit | 018a168d39fbac82e6f5475c5f04d8fbaa09ddc0 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 10 15:50:33 2020 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 31 11:10:58 2020 +0200 |
tree | 905115822be6d3c9ce2e56c13540c9423ea5c9df | |
parent | 3e6c963e23b5af4b27fbd9427669c4fd05e338f2 [diff] [blame] |
Support command line invocation Effectively this opens the KorAP API also for shell scripts. Change-Id: I10181f7882f07ef1d9dc12e572b387af9f79fcba
diff --git a/bin/korapclient b/bin/korapclient new file mode 100755 index 0000000..70413fe --- /dev/null +++ b/bin/korapclient
@@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/env python3 -m KorAPClient "$@"