Skip to content

Instantly share code, notes, and snippets.

View Zerogiven's full-sized avatar

CSoellinger Zerogiven

View GitHub Profile
@Zerogiven
Zerogiven / debian-bash-helper-functions.sh
Last active October 2, 2016 13:07
Functions which i need in my bash scripts but could also be nice for other ones
#!/bin/bash
# CSoellinger
######################################################
# Function Vars
APT_INSTALL="apt-get install -yqqq"
APT_UPDATE="apt-get update -yqqq"
NPM_INSTALL="npm --loglevel=silent install -g"
TEXT_DONE="DONE"
TEXT_WAITING_DOTS="... "