B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
disk1
/
worms
/
padel
/
2026may20
/
gsocket
/
Filename :
install.sh
back
Copy
#! /usr/bin/env bash ## This script lives at https://gsocket.io/install.sh) command -v git >/dev/null 2>&1 || { echo >&2 "git not found. Try 'apt-get install git'"; exit 1; } git clone --depth 1 https://github.com/hackerschoice/gsocket.git || exit ( cd gsocket \ && ./bootstrap \ && ./configure && make && echo -e "\n---> Type 'cd gsocket; sudo make install' to install." )