mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
8 lines
117 B
Bash
Executable file
8 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
version()
|
|
{
|
|
tier=${TIER}
|
|
newvers=${VERSION}
|
|
echo "Found tier ${tier}, version ${newvers}"
|
|
}
|