Skip to content

Commit a60675c

Browse files
committed
[Chore]: Add task one
1 parent b548cb7 commit a60675c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0x10-https_ssl/0-world_wide_web

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# script to dig subdomain `A` records
2+
# script to dig subdomain records for the domain specified
33
# shellcheck disable=SC2027
44
# shellcheck disable=SC2086
55

@@ -22,4 +22,4 @@ function get_a_records(){
2222
fi
2323

2424
}
25-
get_a_records "$1" "$2";
25+
get_a_records "$1" "$2";

0 commit comments

Comments
 (0)