Update white.sh

This commit is contained in:
jonathanbordes 2024-02-05 11:11:21 +01:00 committed by GitHub
parent 8abfe06b59
commit 492563c006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -52,11 +52,16 @@ while true; do
xdg-open "https://www.youtube.com/embed/Yk-WRXKysXM"
;;
u ) leverstate=`cat ../logic/leverlogic.ben`
leverstate2=`cat ../logic/leverlogic2.ben`
if [ "$leverstate" = "on" ]; then
./kroo.sh
exit
else
if [ "$leverstate2" = "on" ]; then
.kroo3.sh
else
echo "Vous cherchez une ouverture... Pas la moindre. Impossible d'entrer sans commettre une effraction..."
fi
fi
;;
* ) echo "Je suis désolé, je ne vous comprends pas. Les commandes sont : n, e, s, w, u et h..";;