Struct shellscript::ShellScript
[−]
[src]
pub struct ShellScript { pub shell: String, pub comments: Vec<String>, pub commands: Vec<String>, }
Fields
shell: String
comments: Vec<String>
commands: Vec<String>
Methods
impl ShellScript
[src]
fn write<T: Write>(&self, f: &mut T) -> Result<usize, Error>
Write the run control struct back out to a file