Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created January 10, 2021 22:16
Show Gist options
  • Select an option

  • Save gmolveau/f1ba3110fcd53aa9274e188fdb467bd1 to your computer and use it in GitHub Desktop.

Select an option

Save gmolveau/f1ba3110fcd53aa9274e188fdb467bd1 to your computer and use it in GitHub Desktop.
check startup time of the shell
for i in $(seq 1 10); do /usr/bin/time $SHELL -i -c exit; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment