diff options
Diffstat (limited to 'js/src/make-source-package.sh')
-rwxr-xr-x | js/src/make-source-package.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/make-source-package.sh b/js/src/make-source-package.sh new file mode 100755 index 0000000000..6fd2006d61 --- /dev/null +++ b/js/src/make-source-package.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +exec python3 $(dirname $0)/make-source-package.py "$@" |