Added nohup to cargo

This commit is contained in:
Vsevolod Velichko 2014-06-25 21:56:01 +04:00
parent ff44e28a4d
commit 3d75a9ba9d

View file

@ -111,6 +111,10 @@ path = "mkfifo/mkfifo.rs"
name = "nl"
path = "nl/nl.rs"
[[bin]]
name = "nohup"
path = "nohup/nohup.rs"
[[bin]]
name = "paste"
path = "paste/paste.rs"