6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./program This is a Test.
|
||
|
cat output.txt
|
||
|
|