🎯
Easy 🕺 peasy 💃 lemon 🍋squeezy🎊
Pinned Loading
-
allreposclone.sh is a bash script to...
allreposclone.sh is a bash script to clone all repos given github owner name 1#!/usr/bin/env bash
2args=("$@")
3command -v gh >/dev/null 2>&1 || { echo >&2 "require gh (https://cli.github.com/) tool, but it's not installed. Aborting."; exit 1; }
4set -e
5if [ $# -eq 0 ]; then
-
-
NPP-TOML-Syntax
NPP-TOML-Syntax PublicForked from Theodor-Lindberg/NPP-TOML-Syntax
This provides syntax highlighting for TOML files in Notepad++
-
joyfullservice/msaccess-vcs-addin
joyfullservice/msaccess-vcs-addin PublicSynchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.
-
Destroy all Docker Containers and Im...
Destroy all Docker Containers and Images 1#!/bin/bash
2# Stop all containers
3containers=`docker ps -a -q`
4if [ -n "$containers" ] ; then
5docker stop $containers
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.