Compare commits
1 Commits
f903d60922
...
9436f1213b
Author | SHA1 | Date |
---|---|---|
Ceda EI | 9436f1213b |
2
mbin.sh
2
mbin.sh
|
@ -3,7 +3,7 @@
|
|||
# Set MKR_BIN if not set. Export it in your shell rc to use a self hosted
|
||||
# instance. Include the trailing slash with custom urls.
|
||||
MKR_BIN=${MKR_BIN:-https://bin.webionite.com/}
|
||||
HASTEBIN=${HASTEBIN:1}
|
||||
HASTEBIN=${HASTEBIN:-1}
|
||||
EDITOR=${EDITOR:-vim}
|
||||
URL=$MKR_BIN$([[ $HASTEBIN == 1 ]] && echo documents)
|
||||
|
||||
|
|
Loading…
Reference in New Issue