Skip to content

arnaud-lb/run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Convenient CLI tool to run a program in background, discarding its output.

Usage: run <command>

This is equivalent to nohup <command> >/dev/null 2>&1 &

About

`nohup something >/dev/null 2>&1 &`; shortened

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages