Skip to content

1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@gilcot gilcot released this 29 May 19:05
· 6 commits to master since this release

Extract all comments from your shell script

chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test3_php '// '