#!/bin/bash

rm -f linux-next-*.tar.gz
git clone --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
rm -rf linux-next/.git
tar -zcf linux-next-$(date +'%Y%m%d').tar.gz linux-next
rm -rf linux-next
