mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-17 20:11:14 +01:00
3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/sh
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
export PS1='\u@\h:\w\$ '
|