diff options
Diffstat (limited to 'third_party/python/gyp/test/mac/bundle-resources/change.sh')
-rwxr-xr-x | third_party/python/gyp/test/mac/bundle-resources/change.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/mac/bundle-resources/change.sh b/third_party/python/gyp/test/mac/bundle-resources/change.sh new file mode 100755 index 0000000000..6d0fe6c7c2 --- /dev/null +++ b/third_party/python/gyp/test/mac/bundle-resources/change.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +tr a-z A-Z < "${1}" > "${2}" |