Skip to content

Commit

Permalink
✨ add traces removal
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefEZ committed Mar 9, 2024
1 parent 2af9383 commit b1c1e6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash

rm -rf traces/
mkdir traces

cp user_src/* scratch/
export NS_LOG=FRRQueue=level_all

./ns3 build

Expand Down

0 comments on commit b1c1e6c

Please sign in to comment.