mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +00:00
40 lines
320 B
Plaintext
40 lines
320 B
Plaintext
|
#!/BIN/SHELL
|
||
|
echo This is for the more test
|
||
|
|
||
|
|
||
|
# specifically it is used to test the -S suppress extra
|
||
|
# blank line options
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#It also has lots of lines which makesit great to test basic
|
||
|
#more function
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
echo Hello
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
echo World
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
echo hi
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
ECHO Last Line of file.
|