- or download this
#!/bin/sh
wrapper real_script "$@"
- or download this
#!/bin/sh
perl "$@"
- or download this
#!perl -w
4;
print("Hello, World\n");
- or download this
$ script
Useless use of a constant (4) in void context at real_script line 2.
Hello, World