Suppose i have a ruby script that prints some message like Hello World
Now, can i make custom shell command like printMessage which passes the control to my ruby script ?
so that whenever i type printMessage from the command line, it prints Hello World ?