![]() |
2008-03-20
, 05:32
|
|
Posts: 229 |
Thanked: 108 times |
Joined on Oct 2007
@ Sacramento, California
|
#2
|
![]() |
2008-03-20
, 13:13
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#3
|
#!/bin/sh # Atempts to translate the command line into numbers without spaces or other chras number=`echo $* | sed 'y|abcABCdefDEFghiGHIjklJKLmnoMNOpqrsPQRStuvTUVwxyzWXYZ|2222223333334444445555556666667777777788888899999999|; s|[^0123456789\\\#\\\*]||g'` echo wget -O /dev/null -q --load-cookie=/home/user/.mozilla/microb/cookies.txt --referer=http://www.grandcentral.com/mobile/messages http://www.grandcentral.com/mobile/calls/click_to_call?destno=$number
The Following User Says Thank You to brontide For This Useful Post: | ||
I'm not now to linux or development, but with maemo I'm kinda lost.