Skip to content
/ run Public
forked from LinusDierheimer/run

a command that can start a shell script detached from the shell

License

Notifications You must be signed in to change notification settings

mussdesehn/run

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run

a command that starts another command detached from the shell with additonal options

Building

required tools

  • git
  • cmake
  • make

steps

  • git clone https://github.com/LinusDierheimer/run.git
  • mkdir build/
  • cd build/
  • cmake ..
  • sudo make install
  • finished! execute run -h for overview!

About

a command that can start a shell script detached from the shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • CMake 3.5%