Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions bash/submittify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,18 @@ you can then run the script as
```
$ submittify.sh filename submit/
```



For Mac users, you may first need to install `gnu-sed`via Homebrew:

```
$ brew install gnu-sed
```

And then you can run the script as:

```
export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
./submittify.sh filename submit/
```