system 0.3.4

Cross-platform crate to easily run shell commands, similar to the C system function.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "system"

version = "0.3.4"

authors = ["Brandon Fowler"]

edition = "2021"

description = "Cross-platform crate to easily run shell commands, similar to the C system function."

repository = "https://github.com/BrandonXLF/rust-system"

license = "MIT"

keywords = ["shell", "system", "command", "sh", "cmd"]

categories = ["os"]

exclude = [".*"]