diff options
author | crupest <crupest@outlook.com> | 2023-01-07 17:23:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-01-07 17:23:13 +0800 |
commit | d8518eb15bca9ffe03fabfce8308db651899c632 (patch) | |
tree | fcebec0b32a0db254c49e684c83e176e757538a0 /dev | |
parent | 64e6e69579a6bd3bbde2afd3ab5a9bbb2d2de36b (diff) | |
download | timeline-d8518eb15bca9ffe03fabfce8308db651899c632.tar.gz timeline-d8518eb15bca9ffe03fabfce8308db651899c632.tar.bz2 timeline-d8518eb15bca9ffe03fabfce8308db651899c632.zip |
Add dev scripts
Diffstat (limited to 'dev')
-rwxr-xr-x | dev | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +MYDIR="$(dirname "$(realpath "$0")")" + +exec tmux new-session "cd ${MYDIR}/FrontEnd && pnpm run start" \; \ + split-window -h "cd ${MYDIR}/BackEnd/Timeline && dotnet run --launch-profile Dev" |