Skip to content

Instantly share code, notes, and snippets.

View mbilgidhis's full-sized avatar
💭
I may be slow to respond.

Andi Baskoro mbilgidhis

💭
I may be slow to respond.
View GitHub Profile
#!/bin/bash
## HOW TO USE
## [Your Bash Script File] [Uptobox URL]
##
## This script need jq package
if [ -z "$1" ];
then
echo "You need parameter for this function to run"