update wallpaper
This commit is contained in:
parent
3e5d23cf23
commit
3f91d02901
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ create_ls_entry () {
|
||||||
mv "$file" "$tmp"
|
mv "$file" "$tmp"
|
||||||
fi
|
fi
|
||||||
if [ "$file" = ".wallpaper" ]; then
|
if [ "$file" = ".wallpaper" ]; then
|
||||||
echo "- [[https://wallhaven.cc/w/83y8ey][=.wallpaper=]]" >> index.org
|
echo "- [[https://wallhaven.cc/w/n66pex][=.wallpaper=]]" >> index.org
|
||||||
elif echo "$file" | grep -q "\.org$" && [ "$file" != "index.org" ]; then
|
elif echo "$file" | grep -q "\.org$" && [ "$file" != "index.org" ]; then
|
||||||
new_file=$(echo "$file" | sed 's/\.org$//')
|
new_file=$(echo "$file" | sed 's/\.org$//')
|
||||||
html=$(echo "$file" | sed 's/\.org$/\.html/')
|
html=$(echo "$file" | sed 's/\.org$/\.html/')
|
||||||
|
|
Loading…
Add table
Reference in a new issue