Skip to content

Commit

Permalink
concat
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Nov 16, 2023
1 parent 776a9e8 commit ba37b7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import os
from glob import glob

# os.system('source /home/jurjen/Documents/Python/lofar_helpers/test/test.sh')

os.system('rm *.txt')

while len(glob('.txt'))<5:
os.system('source /home/jurjen/Documents/Python/lofar_helpers/test/test.sh')

0 comments on commit ba37b7f

Please sign in to comment.