mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Added nohup to cargo
This commit is contained in:
parent
ff44e28a4d
commit
3d75a9ba9d
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ path = "mkfifo/mkfifo.rs"
|
||||||
name = "nl"
|
name = "nl"
|
||||||
path = "nl/nl.rs"
|
path = "nl/nl.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "nohup"
|
||||||
|
path = "nohup/nohup.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "paste"
|
name = "paste"
|
||||||
path = "paste/paste.rs"
|
path = "paste/paste.rs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue