Skip to content

Instantly share code, notes, and snippets.

View yuanalexwu's full-sized avatar
🤙

sam yuanalexwu

🤙
View GitHub Profile
@yuanalexwu
yuanalexwu / .gitlab-ci
Created November 10, 2020 00:30 — forked from Slauta/.gitlab-ci
electron-updater from private repo gitlab.com
variables:
VERSION_ID: '1.0.$CI_PIPELINE_ID'
stages:
- build
build:
image: slauta93/electron-builder-win
stage: build
artifacts:
@yuanalexwu
yuanalexwu / tlrecode.sh
Created May 13, 2017 14:17 — forked from NikitaKarnauhov/tlrecode.sh
Shell script to decode and encode TP-LINK router config files
#!/usr/bin/env bash
# tlrecode.sh
# Decode and encode TP-LINK router config files.
#
# Creative Commons CC0 License:
# http://creativecommons.org/publicdomain/zero/1.0/
#
# To the extent possible under law, the person who associated CC0 with this
# work has waived all copyright and related or neighboring rights to this work.