view bin/` @ 11953:dcbbe7c31186 draft

<kmc> addquote <LKoen> kmc: it\'s 3am and instead of going to bed I just spent a looot of time reading a long article about circadian rythms and melatonin
author HackEso <hackeso@esolangs.org>
date Thu, 26 Sep 2019 01:03:26 +0000
parents af2c7f210c73
children 7df6e3f0219f
line wrap: on
line source

#!/bin/bash
cmd="${1-quote}"
TIMEFORMAT="real: %lR, user: %lU, sys: %lS"
shopt -s extglob globstar
eval -- "$cmd" | rnooodl