修改登錄后提示代碼有點問題吧
#!bin/bash
# call cowsay after login
animal=$(ls /usr/lib/node_modules/cowsay/cows | shuf -n 1)
declare -i name_length=${#animal}-4
# pass sentence to cowsay with random animal
fortune | cowsay -f ${animal:0:$name_length}
改成這樣就對了

IP屬地:江西