3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
cat $1 >> /dev/null # is this required? no. does this explain why this script is here? yes.
|