macro_rules! extract {
($archive_path:expr, $delete_archive:expr) => { ... };
}Expand description
Macro to extract a .tar.xz archive.
macro_rules! extract {
($archive_path:expr, $delete_archive:expr) => { ... };
}Macro to extract a .tar.xz archive.