Skip to content

Instantly share code, notes, and snippets.

View makamekm's full-sized avatar
🎲
Game Developing

Maxim Karpov makamekm

🎲
Game Developing
View GitHub Profile
@makamekm
makamekm / griddynamics.svg
Created June 30, 2021 11:11
Grid Dynamics Logo SVG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@makamekm
makamekm / index.js
Last active December 19, 2022 11:51
Download GitHub Release and run it from Node.JS
#!/usr/bin/env node
const args = process.argv.slice(2);
const user = args[0];
const repo = args[1];
const reg = args[2];
if (args[3]) {
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;
}