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