Created
September 30, 2024 19:18
-
-
Save yurrriq/23b7516b0f76e361f0627cc333bed416 to your computer and use it in GitHub Desktop.
Resize a pass tomb to 16MiB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
set -euxo pipefail | |
tomb resize ~/.password.tomb -k ~/.password.tomb.key -g -s 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment