#!/bin/bash
cat > test.js << EOF
print("hi");
EOF
valgrind --log-file=$LOGDIR/valgrind.log $TILDEFRIENDS test.js