sea-shell 0.0.12

A portable Bash-like shell written in Rust
Documentation
#[macro_export]
macro_rules! with_dollar_sign {
  ($($body:tt)*) => {
      macro_rules! __with_dollar_sign { $($body)* }
      __with_dollar_sign!($);
  }
}

pub use with_dollar_sign;