Skip to content
Snippets Groups Projects
Commit add4d819 authored by Gwendal Margely's avatar Gwendal Margely :alembic:
Browse files

Add Capillare esterovus automatus

parent 734d3f91
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ LAST=1
function print_last () {
for (( $LAST; $LAST>0; LAST=$LAST-1))
do
printf "%s" "$(tail -n$LAST "$LOCUS/verba" | head -n1)"
printf "%s" "$(tail -n$LAST "$LOCUS/verba" | head -n1)" | sed 's/quoi\|Quoi/quoiFEUR/g'
if [ $LAST -ne 1 ]
then
printf "\n"
......
......@@ -8,7 +8,7 @@
#### Added :
* (none)
* In case someone says *quoi* or *Quoi* it will be displayed *FEUR*
#### Edited :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment