Skip to content
Snippets Groups Projects
Commit 63098a2f authored by jurgenhaas's avatar jurgenhaas
Browse files

#72 Implement "l3d info"

parent f9c90661
No related branches found
Tags v1.12.3
No related merge requests found
...@@ -22,9 +22,13 @@ function infol3d() { ...@@ -22,9 +22,13 @@ function infol3d() {
${SCRIPTPATH}/list ${SCRIPTPATH}/list
else else
if [[ "$1" == "info" ]]; then if [[ "$1" == "info" ]]; then
echo "Here we will be printing useful information soon !!!" if [[ -f .env ]]; then
more .env
fi
else else
echo "You're calling L3D inside of L3D, that's not useful." echo -e "\\033[31m" ======================================== "\\033[0m"
echo -e "\\033[31m" Calling L3D inside of L3D is not useful. "\\033[0m"
echo -e "\\033[31m" ======================================== "\\033[0m"
fi fi
fi fi
sectionFooter sectionFooter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment