7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
USERNAME=root
|
||
|
[ -f /etc/casper.conf ] && . /etc/casper.conf
|
||
|
exec /bin/login -f $USERNAME
|
||
|
|