mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 06:46:50 +08:00
3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
file_list=`git diff --name-only main | grep -i ".md"`
|
|
echo $file_list
|