Skip to content

Instantly share code, notes, and snippets.

@yurrriq
Created September 30, 2024 19:18
Show Gist options
  • Save yurrriq/23b7516b0f76e361f0627cc333bed416 to your computer and use it in GitHub Desktop.
Save yurrriq/23b7516b0f76e361f0627cc333bed416 to your computer and use it in GitHub Desktop.
Resize a pass tomb to 16MiB
#! /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