Alias make.sh to td, which is a lot easier to type.

This commit is contained in:
Jordan Bancino 2022-07-29 17:09:26 -04:00
parent fbc0e7bfcd
commit 6e4ff64d08
1 changed files with 3 additions and 0 deletions

3
contrib/td-env.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
alias td="sh make.sh"