Skip to content
/ drun Public

Run a program or a command line without waiting for it to finish

License

Notifications You must be signed in to change notification settings

woosaaahh/drun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drun - detached run

drun is a little tool to run any commands in a 'detached' way, i.e. without waiting for them to finish.

USAGE : drun program [arg...]

drun firefox
drun libreoffice <path/to/document>
drun vlc <path/to/video>

IMPORTANT NOTES :

  • This program does only one thing, running a 'detached' command ;
  • You cannot use the stdin/stdout/stderr of the ran command, even if there is an error ;
  • You cannot get the exit code of the ran command.