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