rickyrick2000

help101

Jun 6th, 2022
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #! /bin/bash
  2.  
  3. for x in {1..100}; do (time python3 new_table.py "$x") 2>&1 | tee -a new_100_test ; done;
  4. echo "run next"
  5. for x in {1..100}; do (time python3 old_table.py "$x") 2>&1 | tee -a old_100_test ; done;
Advertisement
Add Comment
Please, Sign In to add comment