I did this with GParted, so it's psudocode
Create vfat32 partition
Give `boot/efi` flags
I did this with GParted, so it's psudocode
Create vfat32 partition
Give `boot/efi` flags
New-Item -ItemType SymbolicLink -Path C:\Users\compact\OneDrive\Documents\_backup-app-settings\bakkesmod\ -Target C:\Users\compact\AppData\Roaming\bakkesmod\bakkesmod\
license: apache-2.0 |
aws ec2 describe-instances --query 'Reservations[].Instances[].[PrivateIpAddress, MetadataOptions]' --instance-ids <ids> | |
#!/bin/bash | |
# | |
# Show user stats (commits, files modified, insertions, deletions, and total | |
# lines modified) for a repo | |
git_log_opts=( "$@" ) | |
git log "${git_log_opts[@]}" --format='author: %ae' --numstat \ | |
| tr '[A-Z]' '[a-z]' \ | |
| grep -v '^$' \ |