Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at 85c1937b2693a0d4e39bb2644d720ed3703b9830 6 lines 74 B view raw
1if [ ! -f .version ] 2then 3 echo 1 4else 5 expr 0`cat .version` + 1 6fi