Skip to content

Commit

Permalink
Add formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Mar 5, 2022
1 parent 62a23f2 commit e9c2045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions format-readme.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

docker run --workdir /root -v %CD%:/root --rm -it mattn/sort-awesome-twitter-communities:latest
3 changes: 3 additions & 0 deletions format-readme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker run --workdir /root -v $(pwd):/root --rm -it mattn/sort-awesome-twitter-communities:latest

0 comments on commit e9c2045

Please sign in to comment.