home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implement log levels
[khatus.git]
/
x1
/
install
1
#! /bin/sh
2
3
PREFIX
=
"
$HOME
/bin"
4
5
if
[
$1
]
6
then
7
PREFIX
=
$1
8
fi
9
10
cd
bin
11
12
for
filename
in
*
13
do
14
ln
-s
"`pwd`/
$filename
"
"
$PREFIX
/
$filename
"
15
done
This page took
0.073179 seconds
and
4
git commands to generate.