OSDN Git Service

First commitment for the BlackTank LPC1769.
[blacktank/blacktank.git] / mkrelease.ntshell
1 #!/bin/sh
2 VERSION="0.0.6"
3 FILELIST="ntshell.c ntshell.h ntopt.c ntopt.h ntlibc.c ntlibc.h vtparse.c vtparse.h vtparse_table.c vtparse_table.h text_editor.c text_editor.h text_history.c text_history.h ntshell.readme_en ntshell.readme_ja"
4 RELFILE="ntshell-$VERSION.tar.gz"
5
6 tar cvfz $RELFILE $FILELIST
7