mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-01-27 10:23:04 +00:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
echo "certs:"
|
|
for f in $* ; do
|
|
echo " $f: |"
|
|
sed -e 's/^/ /' < "$f"
|
|
done
|