Bash script which will:
- Iterate all commits made within a Git repository.
sudo sh -c 'echo "auth sufficient pam_tid.so" > /etc/pam.d/sudo_local' |
#!/bin/sh | |
convert -background none inputs_before.png inputs_after.png +append inputs.png | |
[package] | |
name = "tmp" | |
version = "0.1.0" | |
authors = ["Miccah Castorina <[email protected]>"] | |
edition = "2018" | |
[dependencies] | |
clap-v3 = { version = "3.0.0-beta.1", features = ["yaml"] } | |
rustyline = "6.2.0" | |
serde_yaml = "0.8" |