From 6e4ff64d08ac5db6f8d52b41373236828d4f4d70 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 29 Jul 2022 17:09:26 -0400 Subject: [PATCH] Alias make.sh to td, which is a lot easier to type. --- contrib/td-env.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 contrib/td-env.sh diff --git a/contrib/td-env.sh b/contrib/td-env.sh new file mode 100644 index 0000000..5ec7340 --- /dev/null +++ b/contrib/td-env.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +alias td="sh make.sh"