Skip to content

should smith-flow find all .txt files? #1

Description

@bobh0303

Would you consider changing

files="README.txt FONTLOG.txt OFL-FAQ.txt OFL.txt"

to something like

files=`find . -name '*.txt' -print`

(or use your favorite method to find all .txt files instead of just the four) ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions