1 2 3 4 5 6 7 8 9 10 11 12 13
#!/usr/bin/env bash set -e name=`echo $0 | sed 's/\//_/g'` mkdir $name cd $name tar jxvf /root/linux* cd linux* make defconfig make cd .. rm -r linux*