changeset 6882:3a1f3dc57df4

<shachaf> ` >bin/cmd echo -e \'#!/bin/bash\\ncut -d "" -f 3 < /proc/$1/cmdline\'; chmod +x /tmp/hmm
author HackBot
date Tue, 16 Feb 2016 02:04:07 +0000
parents e104c398c387
children 6ef896cf3bbb
files bin/cmd
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/cmd	Tue Feb 16 02:04:07 2016 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+cut -d "" -f 3 < /proc/$1/cmdline