mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-01 21:37:56 +02:00
5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/sh
|
|
[ -f /etc/motd ] && cat /etc/motd
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|