Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at dced35aeb0367dda2636ee9ee914bda14510dcc9 6 lines 74 B view raw
1if [ ! -f .version ] 2then 3 echo 1 4else 5 expr 0`cat .version` + 1 6fi