Skip to content

Instantly share code, notes, and snippets.

@mattiasb
Created December 8, 2025 10:25
Show Gist options
  • Select an option

  • Save mattiasb/048a0957f7518e361fb5b44a4cb3e2f2 to your computer and use it in GitHub Desktop.

Select an option

Save mattiasb/048a0957f7518e361fb5b44a4cb3e2f2 to your computer and use it in GitHub Desktop.
GFM test

console (w/ prompt)

$ echo "wee"
$ kubectl get pods

console (w/o prompt)

echo "wee"
kubectl get pods

BASH (w/ prompt)

$ echo "wee"
$ kubectl get pods

BASH (w/o prompt)

echo "wee"
kubectl get pods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment