phone-mnemonic/jmp.sh

8 lines
323 B
Bash
Raw Normal View History

2020-11-17 02:15:21 -05:00
#!/bin/bash
# get some jmp.chat numbers to feed phone-mnemonic one of these two ways:
curl 'https://jmp.chat/sp1a/register1/rc.php?state=ky&city=louisville' | grep -Eo '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' | tr -dc '[0-9\n]' >> nums.txt
curl 'https://jmp.chat/sp1a/register1/?areacode=289' | grep -Eo '[0-9]{11}' >> nums.txt