mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
6 lines
104 B
Bash
Executable file
6 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
# Configurable options for types, scopes and message length.
|
|
#
|
|
|
|
min_length=4
|
|
max_length=128
|