projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
wbx's kernel patches
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
root
/
.bash_profile
1
# .bash_profile
2
3
export PATH=\
4
/bin:\
5
/sbin:\
6
/usr/bin:\
7
/usr/sbin:\
8
/usr/bin/X11:\
9
/usr/local/bin
10
11
umask 022
12
13
if [ -f ~/.bashrc ]; then
14
source ~/.bashrc
15
fi
This page took
0.046834 seconds
and
5
git commands to generate.