Dotfiles/decrypt.sh

5 lines
72 B
Bash
Executable File

#!/usr/bin/env bash
echo $1 | openssl aes-256-cbc -d -a -pass pass:$2