mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
update
This commit is contained in:
@@ -14,8 +14,8 @@ echo "| Name | Preview |" >>"$WALLPAPERS_MD"
|
||||
echo "| -- | -- |" >>"$WALLPAPERS_MD"
|
||||
|
||||
for file in $WALLPAPERS_FOLDER/*.png; do
|
||||
|
||||
echo "| $(basename $file) |  |" >>"$WALLPAPERS_MD"
|
||||
filename=$(basename $file)
|
||||
echo "| $filename |  |" >>"$WALLPAPERS_MD"
|
||||
done
|
||||
|
||||
pandoc -t commonmark_x "$WALLPAPERS_MD" -o "/tmp/wallpapers.md"
|
||||
|
||||
Reference in New Issue
Block a user