1 2 3 4 5
#!/bin/bash log="$(mktemp)" vim --startuptime "$log" +q sort -nr -k2 "$log" | head -n 30 > ./vim-startup.log