5 lines
175 B
Bash
5 lines
175 B
Bash
|
#! /usr/bin/bash
|
||
|
|
||
|
# send current page to my personal shaarli instance and open the 'post' page to edit it
|
||
|
echo "open https://links.martyoeh.me/?post=$QUTE_URL" >>"$QUTE_FIFO"
|