Skip to content

Instantly share code, notes, and snippets.

@KSR-Yasuda
KSR-Yasuda / man.sh
Last active June 24, 2024 07:58 — forked from beatlegeuse/man.sh
`man` replacement for git bash on windows
#!/bin/bash
# man.sh - `man` replacement for git bash on windows
BASEDIR=$(realpath "${0%/*}")
TEMPDIR=${TMP}
if [[ -z ${TEMPDIR} ]]; then
TEMPDIR=${BASEDIR}
fi
@KSR-Yasuda
KSR-Yasuda / .gitignore
Created February 14, 2018 01:12 — forked from mohamed/build-gn.sh
Build Google gn build tool standalone
gn-standalone/