distribution/packages/jelos/sources/scripts/find.sh

7 lines
229 B
Bash
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
find / -type d \( -path /var/media -o -path /storage/roms \) -prune -o -iname *${1}* -print