lotsof stuff
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
bookmark="$(wl-copy -o)"
|
||||
file="~/.local/share/bookmarks"
|
||||
|
||||
|
||||
echo "$bookmark" >> "$file"
|
||||
Reference in New Issue
Block a user