Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylesuxx/adb-mass-sms
https://github.com/stylesuxx/adb-mass-sms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stylesuxx/adb-mass-sms
- Owner: stylesuxx
- Created: 2012-12-27T18:51:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T02:12:05.000Z (almost 12 years ago)
- Last Synced: 2023-03-13T08:15:44.686Z (over 1 year ago)
- Language: Shell
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
adb-mass-sms
============
Set ADB variable to the adb executable.Examples:
Send a text to all numbers from 0 to 1000:
./sms.sh "Here comes the text" -r 0-1000Send a text to all numbers from 0 to 10 and 50 to 60
./sms.sh "Here comes the text" -r 0-10 -r 50-60Send a text to a list of numbers from file (one number per line):
./sms.sh "Here comes the text" -l /path/to/numbers.txtSend a text to a list of numbers from file (one number per line) and to a range from 10-100:
./sms.sh "Here comes the text" -l /path/to/numbers.txt -r 10-100