Skip to content

Instantly share code, notes, and snippets.

@kokoichi206
Created May 20, 2023 14:18
Show Gist options
  • Save kokoichi206/434a9606c3f0b8df76b1f733b9246cef to your computer and use it in GitHub Desktop.
Save kokoichi206/434a9606c3f0b8df76b1f733b9246cef to your computer and use it in GitHub Desktop.
How to get "Execution Environment"
#!/bin/bash
echo "OS: $(uname -s)"
echo "Kernel: $(uname -r)"
echo "Architecture: $(uname -m)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment