LDP/LDP/guide/docbook/abs-guide/ex56.sh

11 lines
194 B
Bash

#!/bin/bash
# Shell commands may precede the Perl script.
perl -e 'print "This is an embedded Perl script\n"'
# Like sed, Perl also uses the "-e" option.
# Shell commands may follow.
exit 0