Created
June 11, 2019 13:45
-
-
Save adrianparvino/9f50a02063c3a9c92af546368556d905 to your computer and use it in GitHub Desktop.
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
children = if System.get_env("ANDROID_ROOT") do | |
[ TermuxSmsCli.Fetcher, | |
TermuxSmsCli.Thread | |
] else | |
[ TermuxSmsCli.UI | |
] end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment