6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
echo $(pass show hosts/autonomic-dokku/vault/password)
|