mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 08:51:47 +01:00
8 lines
51 B
Bash
8 lines
51 B
Bash
#!/bin/sh
|
|
|
|
for i; do
|
|
echo "### $i:"
|
|
cat $i
|
|
done
|
|
|