Jump to content

Multiline shebang: Difference between revisions

Added R
(Added Lua)
(Added R)
Line 58:
 
<lang python>#!/usr/bin/env python</lang>
 
=={{header|R}}==
Note that the binary is Rscript, not the R interpreter. Regardless, scripts must end with q("no") in order to terminate and return to the shell.
 
<lang R>#!/usr/bin/env Rscript</lang>
 
=={{header|Ruby}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.