#!/bin/bash

if [ -e "/etc/credentials/$1" ]; then
 cat "/etc/credentials/$1"
fi
