summaryrefslogtreecommitdiffstats
path: root/urunlevel/my_linux/Trinux/getkpkg
blob: ceab0ce71d90c89f5a9ea358e9da265590733119 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$1" ]
then
	KERNEL=`uname -r`
	getpkg $KERNEL/$1
else
	echo "No package specified!"
fi