Check licenses
This commit is contained in:
parent
139214d8ca
commit
239a6012eb
3 changed files with 44 additions and 4 deletions
|
|
@ -54,7 +54,8 @@ pub mod fs2 {
|
|||
}
|
||||
}
|
||||
|
||||
macro_rules! _run {
|
||||
#[macro_export]
|
||||
macro_rules! run {
|
||||
($($expr:expr),*) => {
|
||||
run!($($expr),*; echo = true)
|
||||
};
|
||||
|
|
@ -65,7 +66,7 @@ macro_rules! _run {
|
|||
$crate::not_bash::run_process(format!($($expr),*), false, Some($stdin))
|
||||
};
|
||||
}
|
||||
pub(crate) use _run as run;
|
||||
pub use crate::run;
|
||||
|
||||
pub struct Pushd {
|
||||
_p: (),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue