shell/package/welcome

8 lines
128 B
Bash
Executable File

#!/bin/bash
echo
echo "# Run kubectl commands inside here"
echo "# e.g. kubectl get all"
export TERM=screen-256color
exec bash