dotfiles

custom linux config files managed with gnu stow

dotfiles

bin/bin/epoch


#!/bin/bash

# get seconds since epoch
test "x" == x && date +%s && exit 0

# or convert epoch seconds to date format (see "man date" for options)
EPOCH=""
shift
date -d @"$EPOCH" "$@"

Download

raw zip tar