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