diff --git a/.test.bash.swp b/.test.bash.swp deleted file mode 100644 index ce19d9e..0000000 Binary files a/.test.bash.swp and /dev/null differ diff --git a/test.bash b/test.bash index 8998691..4f452d9 100755 --- a/test.bash +++ b/test.bash @@ -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 +