Skip to content

Commit f3e995a

Browse files
VladRassokhinSJrX
authored andcommitted
Add progress logging to long-running ubuntu-units.sh
1 parent 047bd81 commit f3e995a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

systemd-build/ubuntu-units.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
for type in service socket device mount automount swap target path timer slice scope
44
do
5+
echo "Processing extension '$type'" >&2
56
apt-file search -x "\.$type$" | grep -v example | grep "systemd" | grep -v "/test" | sed -E "s#^.+/##g" | sort | uniq
6-
done
7+
done
8+
9+
echo "All done" >&2

0 commit comments

Comments
 (0)