Skip to content

Instantly share code, notes, and snippets.

View binn's full-sized avatar
☂️
what a useless feature, this isn't twitter

Sarmad Wahab binn

☂️
what a useless feature, this isn't twitter
View GitHub Profile
@binn
binn / gist:8785998e24b5690e44f944978355f5ed
Last active April 13, 2019 01:48 — forked from 039921/gist:5368277
CubedCraft groups.yml file (groupmanager)
groups:
#Standard Groups
#These don't Include
#Donor or Staff Ranks
Guest:
default: true
permissions:
- bukkit.command.kill
- factions.kit.fullplayer
- essentials.pay
@binn
binn / vs
Created April 2, 2019 16:50 — forked from bruno-garcia/vs
@echo off
for /f %%a in ('dir /b *.sln 2^> nul') do set sln=%%a
if defined sln set sln=%cd%\%sln%
start "" /b "C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\Common7\IDE\devenv.exe" %sln%