Skip to content

Launching an executable file with environment variables from a specific process id

License

Notifications You must be signed in to change notification settings

VHSgunzo/importenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

importenv

Launching an executable file with environment variables from a specific process id

To get started:

  • Download the latest revision
git clone https://github.com/VHSgunzo/importenv.git && cd importenv
  • Сompile a binary
rustup default nightly
rustup target add x86_64-unknown-linux-musl
rustup component add rust-src --toolchain nightly
cargo build --release
  • Or take an already precompiled binary file from the releases

  • Usage

./importenv $PID {command} {command args}

About

Launching an executable file with environment variables from a specific process id

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published