6 lines
130 B
Bash
6 lines
130 B
Bash
|
#!/usr/bin/env bash
|
||
|
echo Decrypting my_value as key my_key
|
||
|
spring decrypt --key my_key
|
||
|
echo
|
||
|
echo You should see: \"my_value\"
|
||
|
echo
|