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 fc0e01974ccccc7530b7634a63ee3fcc57b845ea 6 lines 74 B view raw
1if [ ! -f .version ] 2then 3 echo 1 4else 5 expr 0`cat .version` + 1 6fi