https://github.com/torvalds/linux
Revision 83f9135bddffded9f1716519b6c147bcf046c87e authored by Jens Axboe on 02 April 2006, 21:05:09 UTC, committed by Jens Axboe on 02 April 2006, 21:05:09 UTC
Hopefully this will make Andrew a little more happy.

Signed-off-by: Jens Axboe <axboe@suse.de>
1 parent 4f6f0bd
Raw File
Tip revision: 83f9135bddffded9f1716519b6c147bcf046c87e authored by Jens Axboe on 02 April 2006, 21:05:09 UTC
[PATCH] splice: add comments documenting more of the code
Tip revision: 83f9135
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top