This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
e38ecffde8
tldr
/
scripts
/
pre-commit
6 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
Added `make setup` and a pre-commit hook to rebuild index.
2015-04-09 13:19:48 +02:00
#!/bin/sh
make index
git add ./pages/index.json
Added make lint-changed which lints changed files only.
2015-04-14 22:15:00 +02:00
make lint-changed
Copy permalink