Codebase list kali-menu / 916d254
Update bash-wrapper with eval Gamb1t 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/sh
1 $@; ${SHELL:-bash}
1 eval $@; ${SHELL:-bash}