mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||
|
export PS1='\u@\h:\w\$ '
|