Skip to content

Instantly share code, notes, and snippets.

View BeastGamer81's full-sized avatar

BeastGamer81 BeastGamer81

View GitHub Profile
#!/bin/bash
display() {
echo -e "\033c"
echo "
==========================================================================
$(tput setaf 6) ## ## ## #### ## ## #### ###### ###### #### ####
$(tput setaf 6) ## ## ## ## ## ## ## ## ## ## ## ## ## ##
$(tput setaf 6) #### ## ## ## ## ## ## ## ## ## ##
@BeastGamer81
BeastGamer81 / git_setup.md
Created February 14, 2022 07:25 — forked from hoyin258/git_setup.md
VPS Git Server Setup

Create repository

VPS:

su
cd /var/www/
mkdir site
cd /var
mkdir repo && cd repo