3 lines
103 B
Plaintext
3 lines
103 B
Plaintext
|
#!/bin/sh
|
||
|
cd /opt/ansiblepackages/debianunattended/isofiles
|
||
|
md5sum $(find -follow -type f) > md5sum.txt
|