From 27567604267dea95b07e61f4042a1e537ef84e46 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 28 Nov 2023 09:44:54 +0100 Subject: [PATCH] Add t macro to more easily manage tasks --- bin/t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/t diff --git a/bin/t b/bin/t new file mode 100755 index 0000000..0c72701 --- /dev/null +++ b/bin/t @@ -0,0 +1,5 @@ +#!/bin/sh + +clear +task "$@" +task