When copying over a simple folder, this is what was shown: `line 64: 0 + : syntax error: operand expected (error token is "+ ")` Here is line 64 from the the cp_p script: `count=$(( $count + $arg_size ))`