#!/bin/sh

if [ "$MWOS" = "linux" ]; then
  S_OPTIONS=" -r "
fi

mwshowprops | xargs -l1 -n1 -t ${S_OPTIONS} xprop -root -remove 
