asm_book/test.bash
Perry Kivolowitz a345ba497e testing more
2023-01-16 16:24:36 -06:00

3 lines
82 B
Bash
Executable file

#!/bin/bash
file_list=`git diff --name-only main | grep -i ".md"`
echo $file_list