Skip to content

Instantly share code, notes, and snippets.

View cubercsl's full-sized avatar
🤔
Fishing

cubercsl cubercsl

🤔
Fishing
View GitHub Profile
@cubercsl
cubercsl / connect-internet
Last active February 5, 2023 14:29
ECNU Connect Internet CLI
#!/bin/bash
# Connect ECNU Internet via command line
# Author: cubercsl <2014cais01 at gmail dot com>
# Licensed under Do What The F*ck You Want To Public License (WTFPL)
set -eo pipefail
usage() {
echo "connect-internet [-f file | username [password]]"