Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# scan path[s] for files, folders or ZIPs containing Xcode projects with suspicious contents
if [[ $# == 0 ]]; then
echo "usage: $0 [--verbose] path [path2 ...]"
echo " path can be a folder or a file"
exit
fi
function do_file() {