Skip to content

Commit

Permalink
banotify: replace ix with sprunge.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Jan 21, 2024
1 parent b07ac9d commit 4024c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/banotify
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ remote_irc_notify() {
}

# TODO: group packages by name
sprunge=$(printf '%s\n' "${packages[@]}" | curl -s http://ix.io/ -F "f:1=<-")
sprunge=$(printf '%s\n' "${packages[@]}" | curl -s http://sprunge.us/ -F "sprunge=<-")

# TODO: color?
if $use_list ; then
Expand Down

0 comments on commit 4024c94

Please sign in to comment.