1
0
mirror of https://github.com/casey/just synced 2024-06-29 06:24:38 +00:00

Add contrib directory (#1870)

This commit is contained in:
Casey Rodarmor 2024-01-24 12:03:42 -08:00 committed by GitHub
parent 43d88f50e0
commit dcca9681e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -3078,7 +3078,7 @@ A non-normative grammar of `justfile`s can be found in
Before `just` was a fancy Rust program it was a tiny shell script that called
`make`. You can find the old version in
[extras/just.sh](https://github.com/casey/just/blob/master/extras/just.sh).
[contrib/just.sh](https://github.com/casey/just/blob/master/contrib/just.sh).
### User `justfile`s

View File

@ -2312,7 +2312,7 @@ fpath=($HOMEBREW_PREFIX/share/zsh/site-functions $fpath)
### just.sh
`just` 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 `make`。你可以在 [extras/just.sh](https://github.com/casey/just/blob/master/extras/just.sh) 中找到旧版本。
`just` 成为一个精致的 Rust 程序之前,它是一个很小的 Shell 脚本,叫 `make`。你可以在 [contrib/just.sh](https://github.com/casey/just/blob/master/contrib/just.sh) 中找到旧版本。
### 用户 `justfile`