Codebase list kali-menu / 7b8eb11
Merge branch 'kali/patch' into 'kali/master' Update bash-wrapper with eval See merge request kalilinux/packages/kali-menu!2 Raphaƫl Hertzog 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}