8 lines
41 B
Bash
Executable File
8 lines
41 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOB
|
|
4.26.13
|
|
EOB
|
|
|
|
exit 0
|