#!/usr/bin/bash

# Display Login Banner
cat /etc/encloud.issue

# Execute command ..
/bin/bash -c "$*"
