mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 19:11:40 +01:00
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
[ -f /etc/motd ] && cat /etc/motd
|
|
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|