repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
gcc4ti
/
envreg
blob
35e5c0dff0bd2ceb74cff3e119bbe60f798b1ade
1
#!/bin/bash
2
3
echo
>>
~
/
.bashrc
4
echo
'export TIGCC="/opt/gcc4ti"'
>>
~
/
.bashrc
5
echo
'export PATH="\
$PATH
:\
$TIGCC
/bin"'
>>
~
/
.bashrc
6