added cleanup script for when the run script is aborted before being able to clean up
This commit is contained in:
		
							
								
								
									
										5
									
								
								cleanupRunDirs.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								cleanupRunDirs.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					set -uo pipefail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# when executed as executable file in "git for windows" bash some things won't work, so always run with prefixed command
 | 
				
			||||||
 | 
					rm -rf /tmp/zeitlaeufer_*;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user