Skip to content

Instantly share code, notes, and snippets.

View xstar97's full-sized avatar
🏠
Working from home

Xstar97TheNoob xstar97

🏠
Working from home
View GitHub Profile
#!/bin/bash
Cyan='\033[0;36m'
RED='\033[0;31m'
Yellow='\033[0;33m'
NC='\033[0m' # No Color
cd /data
# make steam dir
if [ -d "Steam" ]
#!/bin/bash
Cyan='\033[0;36m'
RED='\033[0;31m'
Yellow='\033[0;33m'
NC='\033[0m' # No Color
cd /data
# make BattleNet dir
if [ -d "BattleNet" ]
@xstar97
xstar97 / app_.gitignore
Created February 16, 2016 14:54
In this tutorial you will learn to create a material design navigation drawer with fragments utilizing AIDE & Android Studio
/build
@xstar97
xstar97 / app_.gitignore
Created February 16, 2016 14:47
This tutorial will explain how to create a material design navigation drawer with many fragments using AIDE & Android Studio!
/build