mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 02:45:32 +00:00
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/bash
|
|
|
|
version()
|
|
{
|
|
tier=`cat ../TIER.md`
|
|
version=`cat VERSION`
|
|
}
|