Skip to content

Commit

Permalink
Add shebangs to translation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
robxnano authored and galad87 committed Jul 20, 2023
1 parent aa29e6b commit 5afc63a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/localization/translate_linux.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
#
# Usage: Set environment variables, then run ./translate_linux.sh
# Using your own HandBrake Fork, example:
# export HB_GIT_REPO=https://github.com/<your-username>/HandBrake.git
Expand Down
2 changes: 2 additions & 0 deletions scripts/localization/translate_win.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
#
# Usage: Set environment variables, then run ./translate_windows.sh
# Using your own HandBrake Fork, example:
# export HB_GIT_REPO=https://github.com/<your-username>/HandBrake.git
Expand Down

0 comments on commit 5afc63a

Please sign in to comment.