mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
6 lines
67 B
Bash
6 lines
67 B
Bash
#!/bin/sh
|
|
|
|
make index
|
|
git add ./pages/index.json
|
|
make lint-changed
|