summaryrefslogtreecommitdiff
path: root/r2
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-02 11:28:58 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-02 11:28:58 +0800
commit92979abba1287292e2ba575abf70718e45bbfa48 (patch)
tree5b033c0f9ff694b50d8136a44444f37567b8dc5e /r2
parentda8289ed3ee43f5d239e285439bb7791c11d3b91 (diff)
downloadrich4-92979abba1287292e2ba575abf70718e45bbfa48.tar.xz
remove o* r2 commands in project
Diffstat (limited to 'r2')
-rwxr-xr-xr2/save_project_to_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/r2/save_project_to_git b/r2/save_project_to_git
index 88cdae8..7e8e1c5 100755
--- a/r2/save_project_to_git
+++ b/r2/save_project_to_git
@@ -1,3 +1,3 @@
#!/bin/sh
-sed '/^"e/d' "${HOME}/.local/share/radare2/projects/${1}/rc"
+sed -e '/^"e/d' -e '/^o/d' "${HOME}/.local/share/radare2/projects/${1}/rc"