5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/sh
|
|
|
|
echo $"hello world -- BASHISM"
|
|
|
|
echo "foo ' bar moo'$"
|