1.3
Pre-release
Pre-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 '// '