Skip to content

Commit

Permalink
Create testdata dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaka0325 committed Jul 6, 2020
1 parent e6d67ac commit 5868629
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions kadai1/tanaka0325/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,20 @@ Usage of ./imgconv:
file extention after convert (default "png")

# single directory
$ ./imgconv images
$ ./imgconv testdata/images

# multi directories
$ ./imgconv images images2
$ ./imgconv testdata/images testdata/images2

# customize ext
$ ./imgconv -f png -t gif images
$ ./imgconv -f png -t gif testdata/images

# dry run
$ ./imgconv -n images
images/sample1.jpg => images/sample1.png
images2/img/sample3.jpg => images2/img/sample3.png
images2/sample2.jpg => images2/sample2.png
$ ./imgconv -n testdata/images testdata/images2
testdata/images/sample1.jpg => testdata/images/sample1.png
testdata/images2/img/sample3.jpg => testdata/images2/img/sample3.png
testdata/images2/sample2.jpg => testdata/images2/sample2.png

```

## 感想
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 5868629

Please sign in to comment.