Skip to content

Instantly share code, notes, and snippets.

View kasumabalidps's full-sized avatar
🏡
Working from home

Kasuma kasumabalidps

🏡
Working from home
View GitHub Profile
@kasumabalidps
kasumabalidps / download_gofile.sh
Last active March 7, 2024 08:49 — forked from shawnli87/download_gofile.sh
Bash script to download files from gofile.io / Downlaod files from gofile.io using ubuntu/debian
#!/bin/bash
url="$1"
# Prompt for URL if not provided
until [ ! -z "$url" ]; do
read -p "URL: " url
done
# Get list of file names from command line arguments