#!/bin/sh
if [ "$*" != "/user" ]; then
  rmdir /tmp/cgroup/cpu/$*
fi
