cdist/cdist/conf/type/__ssh_authorized_keys/explorer/keys

9 lines
95 B
Plaintext
Raw Normal View History

#!/bin/sh -e
file="$( . "$__type_explorer/file" )"
if [ -f "$file" ]
then
cat "$file"
fi