source: gs3-installations/mars/trunk/sites/mars/NOHUP-FOREACH-CSV-APPLY-AV-MODELS.sh@ 36966

Last change on this file since 36966 was 34803, checked in by davidb, 3 years ago

Script to apply AV models across all csv files in the specified import folder

  • Property svn:executable set to *
File size: 187 bytes
Line 
1#!/bin/bash
2
3
4# Based on:
5# https://stackoverflow.com/questions/4549489/can-i-change-the-name-of-nohup-out
6
7nohup ./FOREACH-CSV-APPLY-AV-MODELS.sh &> nohup-apply-av-models.out &
8
9
10
Note: See TracBrowser for help on using the repository browser.