Skip to content

Instantly share code, notes, and snippets.

View dungwinux's full-sized avatar

Nguyễn Tuấn Dũng dungwinux

View GitHub Profile
@dungwinux
dungwinux / deploy.bat
Created April 6, 2018 08:22
Competitive quick deploy
@echo off
set /p name="Archive Name: "
mkdir %name%
REM VVV Change cpp to file extension you want
copy *.cpp %name%
7z a %name%.zip %name%/
rmdir /S /Q %name%
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
updateChannel: 'stable',