Add .tmux
script to start the project in tmux
[ci skip]
This commit is contained in:
parent
07a36ed4cc
commit
0b0a9d7b59
2 changed files with 17 additions and 0 deletions
4
run
4
run
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue