2019-04-24 16:21:23 -05:00
|
|
|
#!/bin/bash
|
2019-04-04 21:33:26 -05:00
|
|
|
|
2019-04-24 16:21:23 -05:00
|
|
|
export SHELL=/bin/bash
|
|
|
|
export EDITOR=vim
|
|
|
|
export PWD=/root
|
|
|
|
export LOGNAME=root
|
|
|
|
export HOME=/root
|
|
|
|
export LANG=C
|
|
|
|
export USER=root
|
|
|
|
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/root/go/bin:/usr/games
|
|
|
|
export _=/usr/bin/env
|
2019-04-08 14:42:06 -05:00
|
|
|
|
2019-04-24 16:21:23 -05:00
|
|
|
cd /root
|
|
|
|
. /root/.bashrc
|
|
|
|
env
|
|
|
|
sleep 1
|
2019-04-05 16:13:22 -05:00
|
|
|
|
2019-04-24 16:21:23 -05:00
|
|
|
startx
|