18d05d9b37
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ID=$1; shift
|
|
|
|
find ~/Maildir -name "*U=${ID}:*" -exec ls -l {} \;
|