5 lines
No EOL
49 B
Bash
5 lines
No EOL
49 B
Bash
#!/bin/bash
|
|
|
|
Command() {
|
|
echo -e "${VERSION}"
|
|
} |