Skip to content

Commit

Permalink
Merge pull request #521 from jdknight/helper-scripts-for-win-shells
Browse files Browse the repository at this point in the history
helper script for windows shell environments
  • Loading branch information
andrii-bodnar committed Jan 2, 2023
2 parents db3d1af + 1a67257 commit 478e82f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/crowdin
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
SCRIPT_DIR="$(cd -- "$(dirname "$0")" >/dev/null 2>&1; pwd -P)"
exec java -jar "$SCRIPT_DIR/crowdin-cli.jar" $@

0 comments on commit 478e82f

Please sign in to comment.