mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
# Configurable options for message length.
|
|
#
|
|
|
|
min_length=4
|
|
max_length=128
|