View bash history: removed useless shebang
This commit is contained in:
@ -526,7 +526,7 @@ cdef class View(OBIWrapper) :
|
|||||||
# bash command history property getter
|
# bash command history property getter
|
||||||
@property
|
@property
|
||||||
def bash_history(self):
|
def bash_history(self):
|
||||||
s = b"#!/bin/bash\n\n"
|
s = b""
|
||||||
first = True
|
first = True
|
||||||
for level in self.view_history:
|
for level in self.view_history:
|
||||||
command_list = [level[input][b"command_line"] for input in level.keys()]
|
command_list = [level[input][b"command_line"] for input in level.keys()]
|
||||||
|
Reference in New Issue
Block a user