Skip to content

Instantly share code, notes, and snippets.

@minimar
minimar / catbox
Created September 1, 2022 16:22 — forked from MineBartekSA/catbox
CatBox - A implementation of CatBox.moe API in Bash
#!/bin/bash
#
# Catbox v1.4
# A implelemtation of CatBox.moe API in Bash
# Author: MineBartekSA
# Gist: https://gist.github.com/MineBartekSA/1d42d6973ddafb82793fd49b4fb06591
#
curl --version >> /dev/null
if [ $? -ne 0 ]