Skip to content

Commit

Permalink
Use #not just #, for the shebang.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelos Papakirykou authored and Evangelos Papakirykou committed Apr 18, 2022
1 parent 7d38f99 commit 3977932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/get_all_open_ports.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#/bin/bash
#!/bin/bash

netstat -tulpan | awk '{print $4}' | grep ":" | rev | cut -d ":" -f1 | rev | sort -n | uniq

0 comments on commit 3977932

Please sign in to comment.