mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 01:28:27 +02:00
6500719d9c
separate S50services into individual files move nvram_get to 'nvram get' making nvram overrides more transparent git-svn-id: svn://svn.openwrt.org/openwrt/trunk@155 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
146 B
Bash
9 lines
146 B
Bash
#!/bin/sh
|
|
[ -f /etc/banner ] && cat /etc/banner
|
|
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|
|
|
|
alias less=more
|
|
alias vim=vi
|