diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-05T19·20-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-05T19·20-0400 |
commit | 4e81c9b636ebfdcf2ed83a8ed1b138918d5296a6 (patch) | |
tree | 9e28fa0446ffb0078b597d714911789d5b00afd8 /flash |
Initial commit
My keyboard layout I've been using for a while, plus build scripts. ./flash to flash.
Diffstat (limited to 'flash')
-rwxr-xr-x | flash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flash b/flash new file mode 100755 index 000000000000..64f721f4193a --- /dev/null +++ b/flash @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +exec "$(nix-build --no-out-link . -A flash)" |