diff options
| author | 2019-03-03 18:40:40 -0500 | |
|---|---|---|
| committer | 2019-03-03 18:40:40 -0500 | |
| commit | f57260c16dde84c3eeab92743e2bbf8d78f94f02 (patch) | |
| tree | 8a4a8f1c6fce29c5baac6aee9d728d3da6115d18 /client | |
| parent | Update dependencies (libasync) (diff) | |
brpaste.xyz is launched! update anypaste script
Diffstat (limited to 'client')
| -rwxr-xr-x | client/brpaste.anypaste | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/brpaste.anypaste b/client/brpaste.anypaste index 02e565f..c7bb0bb 100755 --- a/client/brpaste.anypaste +++ b/client/brpaste.anypaste @@ -1,6 +1,6 @@ #!/bin/sh -: "${brpaste_host:=https://p.toastin.space}" +: "${brpaste_host:=https://brpaste.xyz}" c() { curl -F "$1=<-" "$brpaste_host" < "$2" || return 1 |
