8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
|
#!/bin/sh
|
||
|
. $(dirname $(readlink "$0"))/shared
|
||
|
|
||
|
echo "Welcome to the Vault!"
|
||
|
|
||
|
echo "---------------------"
|
||
|
echo "Your Key is: ${tresor}"
|