Skip to content

Instantly share code, notes, and snippets.

View katrinleinweber's full-sized avatar
🏠
WFH-ing, but for GitLab.

Katrin Leinweber katrinleinweber

🏠
WFH-ing, but for GitLab.
View GitHub Profile
#!/usr/bin/env bash
# Forked from https://gist.github.com/patrickt010/1a5ce16a7fe33e97a0ab
if [ $# -ne 4 -a $# -ne 5 ]
then
echo "Usage: generatefiles <depth> <num of folders per depth> <num of files per folder> <min size of file> [<max size of file>]"
exit -1
fi