Jump to content

Native shebang: Difference between revisions

m
(jq)
Line 349:
 
'''Example 1:'''
<lang sh>#$ cat .echo.foo
#!/usr/bin/env/jq -M -n -r -f
"Klaatu barada nikto!"</lang>
Line 365:
 
'''Example 2:'''
<lang sh>#$ cat .echo.foo
#!/usr/bin/env/jq -M -n -r -f
$x</lang>
Line 371:
<lang sh>$ ./echo.foo --arg x "Hello, world!"
Hello, world!</lang>
 
 
=={{header|Python}}==
2,469

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.