Skip to content

Instantly share code, notes, and snippets.

View GGG-KILLER's full-sized avatar

GGG KILLER GGG-KILLER

View GitHub Profile

Keybase proof

I hereby claim:

  • I am GGG-KILLER on github.
  • I am gggkiller (https://keybase.io/gggkiller) on keybase.
  • I have a public key whose fingerprint is 0E56 67E6 C06E C923 5961 28BC AE41 CE0F 8320 2978

To claim this, I am signing this object:

@GGG-KILLER
GGG-KILLER / Atom.bat
Last active January 30, 2016 06:20
Batch to make Atom portable
@echo off
:: Get current drive's letter.
set a=%~dp0
echo Base path: %a%
:: Filesystem checking.
if not exist "%a%\Atom" (
echo [ERROR]Atom folder not found.
goto error
)