Add .tmux script to start the project in tmux

[ci skip]
This commit is contained in:
Oliver Davies 2023-12-06 22:51:06 +00:00
parent 07a36ed4cc
commit 0b0a9d7b59
2 changed files with 17 additions and 0 deletions

4
run
View file

@ -72,5 +72,9 @@ function help {
printf "\nExtended help:\n Each task has comments for general usage\n"
}
function start {
astro dev
}
TIMEFORMAT=$'\nTask completed in %3lR'
time "${@:-help}"