#!/bin/bash

SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
python3 "$SCRIPTPATH/ns_verify_folder.py" --save-log -i $1
