diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-19 13:29:59 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-19 13:30:47 +0200 |
commit | 54fec752796846389ae187834c19e5720a1c43a8 (patch) | |
tree | 689c0759121c6f2e78c0a1773e80fcc4c9e7f538 /bin/taler-wallet-cli | |
parent | da6b6e104959ea057faf523cfae5a70de7c3ee5e (diff) |
more standardized binaries, better README
Diffstat (limited to 'bin/taler-wallet-cli')
-rwxr-xr-x | bin/taler-wallet-cli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/taler-wallet-cli b/bin/taler-wallet-cli new file mode 100755 index 000000000..1dbf05a08 --- /dev/null +++ b/bin/taler-wallet-cli @@ -0,0 +1,2 @@ +#!/usr/bin/env node +require('../dist/node/headless/taler-wallet-cli.js') |