Skip to content

Instantly share code, notes, and snippets.

@kawanet
Created June 8, 2019 05:45
Show Gist options
  • Save kawanet/743adf9c5bf5a86e24c3358cd749eae6 to your computer and use it in GitHub Desktop.
Save kawanet/743adf9c5bf5a86e24c3358cd749eae6 to your computer and use it in GitHub Desktop.
1行で su-exec をビルドする
curl https://raw.githubusercontent.com/ncopa/su-exec/master/su-exec.c | gcc -Wall -Werror -g -xc - -o su-exec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment