mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
4 lines
149 B
Bash
Executable File
4 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
export CROWDIN_PERSONAL_TOKEN=`cat ~/.appconfig/eu.darken.capod/crowdin.key`
|
|
alias crowdin-cli='java -jar crowdin-cli.jar'
|
|
crowdin-cli "$@" |