Skip to content
Snippets Groups Projects
Commit 58194110 authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

[skip ci] Fix scripts

parent c8657a93
No related tags found
No related merge requests found
Pipeline #7977190 skipped
#!/bin/bash
if [ "$#" -ne 4 ]; then
if [ "$#" -ne 5 ]; then
echo "Usage: $0 <dax_device> <offset> <num_bytes> <output_file> <ground_truth_file>"
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment