6 lines
73 B
Bash
6 lines
73 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm startup.log
|
||
|
nvim --startuptime startup.log
|
||
|
cat startup.log
|