5 lines
206 B
Fish
5 lines
206 B
Fish
function fish_greeting
|
|
echo "Petit poisson $FISH_VERSION dans l'eau, fait des bulles ploc ploc"
|
|
echo Il est (set_color yellow)(date +%T)(set_color normal) et cette machine est nommée $hostname
|
|
end
|