Skip to content

Commit

Permalink
protonmail-bridge: Add start script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsmedstad committed Feb 10, 2024
1 parent 21d98b2 commit e11f2ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .local/bin/protonmail-bridge-start
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh -eu

gpg --quiet --sign --output "$(mktemp --dry-run)" /dev/null
systemctl --user restart protonmail-bridge.service
1 change: 1 addition & 0 deletions dotbot/common.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
~/.local/bin/mkspell: .local/bin/mkspell
~/.local/bin/nvim: .local/bin/crypt-run
~/.local/bin/phoneinfoga: .local/bin/crypt-run
~/.local/bin/protonmail-bridge-start: .local/bin/protonmail-bridge-start
~/.local/bin/rm-containers: .local/bin/rm-containers
~/.local/bin/sgpt: .local/bin/crypt-run
~/.local/bin/update-everything: .local/bin/update-everything
Expand Down

0 comments on commit e11f2ab

Please sign in to comment.