.login

来自「《PC数据采集》源代码」· LOGIN 代码 · 共 22 行

LOGIN
22
字号
# (The .login File)stty -istripstty erase ^H##If possible start the windows system.#Give a user a chance to bail out#if ( `tty` == "/dev/console" ) then   if ( $TERM == "sun" || $TERM == "AT386" ) then      if ( ${?OPENWINHOME} == 0 ) then	 setenv OPENWINHOME /usr/openwin      endif      echo ""      echo -n "Starting OpenWindows in 5 seconds\      (type Control-C to interrupt)"      sleep 5      $OPENWINHOME/bin/openwin      clear      logout   rndifendif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?