fa.sh - add proper exit command.

main
SleepingCrows 2023-05-12 09:30:57 -04:00
parent 747ada4db3
commit dd5e8b6a3c
1 changed files with 2 additions and 1 deletions

3
fa.sh
View File

@ -86,4 +86,5 @@ done
[Nn]* ) ((repeat--)); echo "Ok, bye!";;
* ) echo "Going for another round!"; i=0;;
esac
done
done
exit