File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Change the url accordingly
4
- URL=" https://bin.wantguns .dev"
4
+ URL=" https://basedbin.fly .dev"
5
5
6
6
FILEPATH=" $1 "
7
7
FILENAME=$( basename -- " $FILEPATH " )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ It does not require you to host a SQL server and everything is self-contained in
8
8
a statically linked binary (the docker image runs on scratch !), which makes it
9
9
extremely easy to deploy.
10
10
11
- Try it out on: https://bin.wantguns .dev
11
+ Try it out on: https://basedbin.fly .dev
12
12
13
13
## Clients
14
14
@@ -43,7 +43,7 @@ or manually copy the following at a file in your path.
43
43
#! /bin/bash
44
44
45
45
# Change the url accordingly
46
- URL=" https://bin.wantguns .dev"
46
+ URL=" https://basedbin.fly .dev"
47
47
48
48
FILEPATH=" $1 "
49
49
FILENAME=$( basename -- " $FILEPATH " )
@@ -182,7 +182,7 @@ BIN_IDENT=false
182
182
` GET /p/<id>.<ext> `
183
183
184
184
Get syntax highlighted pastes.
185
- E.g. https://bin.wantguns .dev/p/foobaz.cpp should return a C++ syntax
185
+ E.g. https://basedbin.fly .dev/p/foobaz.cpp should return a C++ syntax
186
186
highlighted paste
187
187
188
188
` POST / `
Original file line number Diff line number Diff line change 22
22
Get highlighted pastes
23
23
GET /p/<id>.<ext>
24
24
Get syntax highlighted pastes.
25
- E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax
26
- highlighted paste
27
25
28
26
WEB USAGE
29
27
Drag a file and drop it here, or
@@ -37,8 +35,6 @@ CLI USAGE
37
35
SEE ALSO
38
36
github.com/wantguns/bin
39
37
40
- AUTHOR
41
- Gunwant Jain
42
38
" autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
43
39
</div>
44
40
<div class="selectBox">
You can’t perform that action at this time.
0 commit comments