Skip to content

Instantly share code, notes, and snippets.

@matu3ba
Created August 1, 2023 23:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matu3ba/c0c1ca28f19de5bf5362f5091d42222e to your computer and use it in GitHub Desktop.
Save matu3ba/c0c1ca28f19de5bf5362f5091d42222e to your computer and use it in GitHub Desktop.
Download various non-mainstream Kernels for (rip)grepping.
#!/usr/bin/env sh
git clone --depth=1 https://github.com/DragonFlyBSD/DragonFlyBSD
git clone --depth=1 https://github.com/freebsd/freebsd-src
git clone --depth=1 https://fuchsia.googlesource.com/fuchsia
git clone --depth=1 https://github.com/haiku/haiku
git clone --depth=1 https://github.com/hermitcore/rusty-hermit
git clone --depth=1 https://github.com/Stichting-MINIX-Research-Foundation/minix/
git clone --depth=1 https://github.com/NetBSD/src
git clone --depth=1 https://github.com/openbsd/src
git clone --depth=1 https://github.com/kofemann/opensolaris
@Silvrbckw
Copy link

Commit and push

@Silvrbckw
Copy link

Merge

@matu3ba
Copy link
Author

matu3ba commented Aug 1, 2023

Can you be more specific what you mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment