repo.or.cz
/
lcapit-junk-code.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CEP: Introduces C# version
[lcapit-junk-code.git]
/
kernel-inst
blob
380770e41c00755240b9151ab9d45a66ed374bef
1
#!/bin/sh
2
3
KERNEL
=
$1
4
5
pushd
$KERNEL
1
> /
dev
/
null
6
sudo
make
modules_install
7
sudo
make install
8
popd
1
> /
dev
/
null
9
10
mv
$KERNEL ${KERNEL}
-inst1
11
12
exit
0