all repos — dotfiles @ 8f3b731b667d7c991f00d14e1a1e4d101bff0c27

my *nix dotfiles

bin/diff (view raw)

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