31 lines
696 B
Plaintext
31 lines
696 B
Plaintext
|
|
||
|
export SDL_MOUSEDEV=/dev/input/event1
|
||
|
export SDL_MOUSEDRV=TSLIB
|
||
|
export TSLIB_TSDEVICE=/dev/input/event1
|
||
|
export TERM=linux
|
||
|
export DISPLAY=:0
|
||
|
export MANPATH=/usr/share/man
|
||
|
export MANPAGER="less -R"
|
||
|
export HISTSIZE=10000
|
||
|
export HISTFILESIZE=10000
|
||
|
|
||
|
export LIBSH=/usr/script
|
||
|
|
||
|
|
||
|
blue='\e[1;34m'
|
||
|
NC='\e[0m' # No Color
|
||
|
|
||
|
if [ -f .bashrc ]; then
|
||
|
source .bashrc
|
||
|
fi
|
||
|
|
||
|
echo -e "${blue}*************************************************${NC}"
|
||
|
echo -e "${blue}* Votre Weblinux est maintenant opérationnelle. *${NC}"
|
||
|
echo -e "${blue}*************************************************${NC}"
|
||
|
|
||
|
date -s "2019-5-16 3:38:26" &>/dev/null
|
||
|
|
||
|
date -s "2019-5-16 5:4:35" &>/dev/null
|
||
|
|
||
|
date -s "2019-5-16 5:5:47" &>/dev/null
|