Skip to content

Instantly share code, notes, and snippets.

View hqrd's full-sized avatar
🍪

Julien Pruvost hqrd

🍪
View GitHub Profile
@hqrd
hqrd / git sync all.sh
Last active April 26, 2024 17:26
This script is used to synchronize all the git repositories in a directory at once using 'hub sync'
#!/bin/sh
usage ()
{
echo "Usage: $(basename "$0") [mode]"
echo " Options:"
echo " - mode: fetch or pull"
}
function error_exit ()
@hqrd
hqrd / update-git-repos.sh
Created March 25, 2020 14:14
This script is used to update all the git repositories in a directory at once
#! /usr/bin/env bash
###
# This script is used to update all the git repositories in a directory at once
###
for dir in ./*/
do
cd ${dir} || exit
git status >/dev/null 2>&1
# check if exit status of above was 0, indicating we're in a git repo
@hqrd
hqrd / gitlab-runner-cleanup.sh
Last active March 20, 2024 18:13
This script is used to remove offline gitlab runners for every projects
#!/bin/bash
###
# This script is used to remove offline gitlab runners for every projects
###
set -o nounset
set -o errexit
die () {
echo >&2 "$@"

Privacy Policy

The On mange où app as a Free app. This SERVICE is provided by at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at On mange où unless otherwise defined in this Privacy Policy.