Skip to content

Instantly share code, notes, and snippets.

@sumjha
Created December 19, 2022 05:20
Show Gist options
  • Save sumjha/cdb625ac652e5c9fe0112fb99c41f32a to your computer and use it in GitHub Desktop.
Save sumjha/cdb625ac652e5c9fe0112fb99c41f32a to your computer and use it in GitHub Desktop.
#!/bin/sh
gcc -m32 test.c -o test-32bit
./test-32bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment