ansible-devspace/version.sh
Michael Grote 095762aafa
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
make files executable
Signed-off-by: Michael Grote <michael.grote@posteo.de>
2024-07-30 09:59:30 +02:00

10 lines
243 B
Bash
Executable file

#!/bin/bash
vim --version | head -1 >> /tmp/versions
ansible --version | head -1 >> /tmp/versions
git -v >> /tmp/versions
echo "" >> /tmp/versions
echo "ansible-devspace" | figlet -l -w 100 >> /tmp/versions
/usr/games/lolcat < /tmp/versions