Skip to content

Commit

Permalink
tools/syz-reproducers.sh: linkify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasmadan committed Nov 15, 2024
1 parent 6cf3d9e commit 66aa1d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/syz-reproducers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Copyright 2024 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

# This tool uses syz-db-export artefacts.
# See https://github.com/google/syzkaller/tree/master/tools/syz-db-export documentation.

# Check if the target directory is provided as a command line argument.
if [ -z "$1" ]; then
echo "Usage: $0 <target_directory>"
Expand Down

0 comments on commit 66aa1d0

Please sign in to comment.