This website requires JavaScript.
Explore
Help
Sign In
bash
/
shell-base
Watch
1
Star
0
Fork
You've already forked shell-base
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e25e44a98d
shell-base
/
env
/
01-opt.path
5 lines
85 B
SYSTEMD
Raw
Normal View
History
Unescape
Escape
added setup directory with set of user and system source files that can be copied in new machine changed setup.sh to load.sh startup only loads system repos by default and allows passing directory argument
2020-11-10 14:09:08 -08:00
# include binaries in /optu
Initial commit of new shell sourcing system - base directory
2020-11-03 12:07:49 -08:00
i
f
[
-
d
"
/
o
p
t
/
b
i
n
"
]
; then
PATH
=
"/opt/bin:$PATH"
f
i