Custom URL scheme and shell script question
This is kinda odd, but I've figured out how to make shell scripts run with a custom url. Is there any way to also pass information to the script?
Example: "tel:1234567890" tells the phone app to call that number. Let's say I have "myscript:1234567890". I can get it to run the script, but is it possible to get the number into the script as a variable or argument or something?
Caveat: I'm not a developer and don't know C++ so I'm stuck working with the script and trying different ways of making it take input, but nothing works. It may be impossible.