mooc/www/sys/fs/usr/script/evalQ3

12 lines
205 B
Plaintext
Raw Normal View History

2023-01-31 08:47:50 +04:00
#!/bin/bash
source ${LIBSH}/libeval.sh
if [ "$PWD" == "/home/alice/imdb" ]; then
status "$(cat <&0)"
else
echo "Vous devez vous positionnner dans le répertoire /home/alice/imdb"
exit 1;
fi