Skip to content

Commit 61405f6

Browse files
authored
align wording
1 parent 9742144 commit 61405f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

log_shooter.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/bash
22

33
##############################################################################
4-
## Use it with your own risk ##
5-
## This script will dynamically generate data value base upon date and ##
6-
## time retrieved from system, IP addresses, ports, and serial number ##
7-
## need to rely on system to open udp network connectivity ##
8-
## $ bash log_shooter.sh 10.47.11.248 5 2 ##
4+
## Use it with your own risk ##
5+
## This script will dynamically generate data value base upon date and ##
6+
## time retrieved from system, IP addresses, ports, and serial number ##
7+
## need to rely on system to open udp network connectivity ##
8+
## $ bash log_shooter.sh 10.47.11.248 5 2 ##
99
##############################################################################
1010

1111
source ./cal_ip.sh
@@ -117,4 +117,4 @@ done;
117117
exec 7>&- # close udp connection
118118
exit 0;
119119
;;
120-
esac
120+
esac

0 commit comments

Comments
 (0)