diff options
author | crupest <crupest@outlook.com> | 2023-08-15 23:27:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-15 23:27:09 +0800 |
commit | b541b8a2ac0f9588bb85bd52a6eef205ac47063b (patch) | |
tree | 4f79d91ff249bebcfa791a05f42183cb74a6b75e /dev-backend | |
parent | bac55126dc853662bfb9dcdb6ba9e1616c73e660 (diff) | |
download | timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.tar.gz timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.tar.bz2 timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.zip |
...
Diffstat (limited to 'dev-backend')
-rwxr-xr-x | dev-backend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-backend b/dev-backend new file mode 100755 index 00000000..1ed31f4e --- /dev/null +++ b/dev-backend @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +MYDIR="$(dirname "$(realpath "$0")")" + +cd ${MYDIR}/BackEnd/Timeline && dotnet run --launch-profile Dev |