mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
First steps towards a clean install script for Keyman for Mac. Some steps still out- of-order for now, particularly opening System Preferences to allow Keyman before Keyman has run for first time.
4 lines
No EOL
73 B
Bash
Executable file
4 lines
No EOL
73 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
set -u
|
|
gcc -framework Carbon -o textinputsource main.c |