This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let input = ` a adf asdfasdfa sasdf asf asdf adsf a asdfa sasdfasdf | |
| asdf sa sfd | |
| sadfi asdf asdfa asdf adf asdfasdf asdf asdf813rkj ฟวห่กดาสฟ ืหกด ฟกด | |
| หกดฟฟหก ฟหด ่ฟ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -e | |
| # -------------------------------------------------------- | |
| # Generate iOS Launch items from a single image | |
| # (c) 2017 ePi Rational, Inc. | |
| # | |
| # Modified from original script which generated app icons for iOS, | |
| # originally written by | |
| # Ben Clayton, Calvium Ltd. | |
| # https://gist.github.com/benvium/2be6d673aa9ac284bb8a |