mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-14 18:51:55 +02:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/bin/sh
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|