diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-04-01 11:27:39 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-04-01 11:27:39 -0400 |
commit | f34e77efa50eadbb93ec43093ff5ea7063ff1aa0 (patch) | |
tree | 15301c17c92ac22e2000a0821a59e2c0de1465cf /home-config/mailvelope/start.sh | |
parent | 20d64b16e742cdc74665f312f1ef20ebe66f06c6 (diff) |
Temp home config change, added mailvelope native-host
Diffstat (limited to 'home-config/mailvelope/start.sh')
-rwxr-xr-x | home-config/mailvelope/start.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-config/mailvelope/start.sh b/home-config/mailvelope/start.sh new file mode 100755 index 0000000..01b3ee2 --- /dev/null +++ b/home-config/mailvelope/start.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/usr/bin/env bash | ||
2 | |||
3 | # Wrap for gpgme-json so firefox can use it | ||
4 | exec gpgme-json $@ | ||