peliprint/scripts/commands/misc/version.sh

5 lines
49 B
Bash
Raw Normal View History

#!/bin/bash
Command() {
echo -e "${VERSION}"
}