#!/bin/bash
python -c "from glob import glob; print(len(glob('*')))"
