Skip to content
Permalink
Browse files
added shebang
  • Loading branch information
bs1phc committed Sep 15, 2021
1 parent 025bc4d commit b3f4bde944a5e58b8a334a4b32f7a4cd5d5c5be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,3 +1,4 @@
#!/bin/sh
wget -O ~/.gdbinit-gef.py -q http://gef.blah.cat/py
echo source ~/.gdbinit-gef.py >> ~/.gdbinit

@@ -1,3 +1,4 @@
#!/bin/sh
cat << 'EOF' > /etc/apt/sources.list.d/kali-experimental.list
deb https://http.kali.org/kali kali-experimental main contrib non-free
EOF

0 comments on commit b3f4bde

Please sign in to comment.