wavlm-large / s3prl_s3prl_main /find_content.sh
lmzjms's picture
Upload 1162 files
0b32ad6 verified
raw
history blame contribute delete
107 Bytes
#!/bin/bash
if [ -z $1 ]; then
echo "Usage: $0 <pattern>"
exit 1
fi
ag $1 $(cat valid_paths.txt)