added colors

This commit is contained in:
Holger Sielaff
2025-10-26 21:52:57 +01:00
parent 6d16fb3f2f
commit 5466fa5fcd
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
for d in /home/*/Desktop/tmp; do
echo $d
done