Initial commit

This commit is contained in:
Jan Christian Grünhage 2017-12-11 22:54:31 +00:00 committed by Gitea
commit d8983e5d63
3 changed files with 30 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk

15
LICENSE Normal file

File diff suppressed because one or more lines are too long

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# run-parts-gen-rs
Little Rust tool that generates scripts for run-parts from a central config file