#!/bin/bash

[ $(id -u) == 0 ] || exit 1

# args: users, threads, gettattrs, iterations, aname

./tattachmt 4 256 16 8 "$@"
