lotsof stuff

This commit is contained in:
opal
2024-07-09 21:22:50 -07:00
parent d1b4d55854
commit 1080aa0e88
6 changed files with 41 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
bookmark="$(wl-copy -o)"
file="~/.local/share/bookmarks"
echo "$bookmark" >> "$file"