列表 1. 自动登录

#!/bin/bash
exec 0</dev/$1 1>/dev/$1 2>&1
cat /etc/issue
shift
exec $*
© . All rights reserved.