mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Remove stray escape.
This commit is contained in:
@@ -75,7 +75,7 @@ function add_bin_symlink {
|
|||||||
|
|
||||||
# Custom version of pwndbg's installer
|
# Custom version of pwndbg's installer
|
||||||
function install_pwndbg {
|
function install_pwndbg {
|
||||||
if \! which gdb > /dev/null 2>&1 ; then
|
if ! which gdb > /dev/null 2>&1 ; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
install_git https://github.com/pwndbg/pwndbg.git $HOME/.pwndbg
|
install_git https://github.com/pwndbg/pwndbg.git $HOME/.pwndbg
|
||||||
|
|||||||
Reference in New Issue
Block a user