Skip to content

Lucretiel/in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in

in is a trivial utility that runs a command in a specific directory. It is for the working directory what env is for environment variables. The usage is simple:

in /path/to/directory <command>...

Unless -n/--no-pwd is given, the PWD environment variable will be set to the target directory before the command is executed.

About

`in` is a trivial utility that runs a command in a specific directory. It is for the working directory what `env` is for environment variables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages