mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 01:56:47 +08:00
test
This commit is contained in:
parent
a345ba497e
commit
70e3f938f2
2 changed files with 6 additions and 1 deletions
BIN
.test.bash.swp
BIN
.test.bash.swp
Binary file not shown.
|
|
@ -1,3 +1,8 @@
|
|||
#!/bin/bash
|
||||
file_list=`git diff --name-only main | grep -i ".md"`
|
||||
echo $file_list
|
||||
|
||||
for element in "${file_list[@]}"
|
||||
do
|
||||
echo "input: " $element ${element::-2}.pdf
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue