标签: bash
我想知道是否可以将任何参数添加到我的bash脚本中,这样它就不会在登录时再次执行,因为它已经在重新启动时执行了。这会导致脚本在第二次运行时停止。
重击:
if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc fi fi mesg n || true cd /root/Boti/Gianni/ bash /root/Boti/Gianni/comanda.sh
我正在VPS上使用Debian 9。