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