3 lines
143 B
Bash
3 lines
143 B
Bash
|
#!/bin/sh
|
||
|
podman run --mount type=bind,src=config/,target=/config -t --rm --name remove_duplicate_imap_messages remove_duplicate_imap_messages
|