Skip to content

Instantly share code, notes, and snippets.

@derekjhyang
Forked from saschadoemer/gpg-no-tty.sh
Created September 21, 2023 13:44
Show Gist options
  • Select an option

  • Save derekjhyang/85f29e846fba735ddd6e322ec76cde81 to your computer and use it in GitHub Desktop.

Select an option

Save derekjhyang/85f29e846fba735ddd6e322ec76cde81 to your computer and use it in GitHub Desktop.

Revisions

  1. @saschadoemer saschadoemer revised this gist Feb 12, 2019. No changes.
  2. @saschadoemer saschadoemer created this gist Feb 12, 2019.
    3 changes: 3 additions & 0 deletions gpg-no-tty.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # file /home/user/gpg-no-tty.sh
    #!/bin/bash
    /usr/bin/gpg --batch --no-tty "$@"