summaryrefslogtreecommitdiff
path: root/root/etc/profile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-05-08 07:28:08 +0000
committerMike Baker <mbm@openwrt.org>2004-05-08 07:28:08 +0000
commit475644dd92e0648a73f9b59fe2bdd2aefad75897 (patch)
tree7e5375a5c67c7dcc4946cfff7c3d2c45d9a2b228 /root/etc/profile
parentc055b4eb2d14cdc74600041d30334fbf0d5de2a9 (diff)
downloadmtk-20170518-475644dd92e0648a73f9b59fe2bdd2aefad75897.zip
mtk-20170518-475644dd92e0648a73f9b59fe2bdd2aefad75897.tar.gz
mtk-20170518-475644dd92e0648a73f9b59fe2bdd2aefad75897.tar.bz2
*** empty log message ***
SVN-Revision: 19
Diffstat (limited to 'root/etc/profile')
-rw-r--r--root/etc/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/root/etc/profile b/root/etc/profile
new file mode 100644
index 0000000..66e8b93
--- /dev/null
+++ b/root/etc/profile
@@ -0,0 +1,3 @@
+#!/bin/sh
+export PATH=/bin:/sbin:/usr/bin:/usr/sbin
+export PS1='\u@\h:\w\$ '