Sha256: aa615991bb00e81f0f4614cd732d36239b40652a23ce3e38a7d89c48c3c9c546
Contents?: true
Size: 233 Bytes
Versions: 10
Compression:
Stored size: 233 Bytes
Contents
{{works with|Bourne Shell}} #!/bin/sh echo "Hello world!" ==={{header|C Shell}}=== #!/bin/csh -f echo "Hello world!\!" We use \! to prevent history substitution. Plain ! at end of string seems to be safe, but we use \! to be sure.
Version data entries
10 entries across 7 versions & 1 rubygems