#!/bin/sh find -maxdepth 1 -type d \( -path '/root' -prune -o -print \) | shuf | head -1