How to run an SQL script inside a shell

How do I create a K Shell which would silently (without user input) logon to Oracle and
run an SQL script?

Any help will be greatly appreciated.

Steve

I found it out myself.

sqlplus -s username/password @script.sql