all repos — dotfiles @ bba83605b4b4b6548ec0f6d1f7d7a630cf5b2f68

my *nix dotfiles

home/bin/diff (view raw)

1#!/bin/sh
2
3[[ "$#" = 0 ]] && {
4    printf '%s\n' "usage: file1 file2 ... fileN"
5    exit
6}
7nvim -d "$@"