1
0
Fork 0
trainings/cloud/training/uncipher.sh

7 lines
106 B
Bash
Executable File

#!/bin/bash
f=user-data-install-demo-flask.sh.gpg
echo "Unciphering $f"
n=${f%.gpg}
cat $f | gpg -d > $n