diff options
author | bloodstalker <thabogre@gmail.com> | 2018-03-07 11:37:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-03-07 11:37:18 +0000 |
commit | 5bd8253d71482f2badc2d096ad728e57aebca810 (patch) | |
tree | c6a2ccad782fc057e28a3702c360701f0e0e5fee /run.sh | |
parent | lazybones (diff) | |
download | memdump-5bd8253d71482f2badc2d096ad728e57aebca810.tar.gz memdump-5bd8253d71482f2badc2d096ad728e57aebca810.zip |
update
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#/data/data/com.termux/files/usr/bin/bash +#!/data/data/com.termux/files/usr/bin/bash #/usr/bin/bash -./main $(pgrep "$1") +./main $(pgrep "$1") > ramdump |