2020-10-30 22:02:38 +02:00
|
|
|
#! /bin/sh
|
2020-06-21 12:41:26 +02:00
|
|
|
|
|
|
|
xdg-open 'https://jira-student.it.hs-heilbronn.de/secure/RapidBoard.jspa?rapidView=323&projectKey=RUNDUM&selectedIssue=RUNDUM-141'
|
2020-10-30 22:02:38 +02:00
|
|
|
cd "$HOME/coding/studium/swlab/backend_studez/" || exit
|
2020-06-21 12:41:26 +02:00
|
|
|
#docker-compose stop
|
|
|
|
#docker-compose rm -f
|
2020-10-30 22:02:38 +02:00
|
|
|
docker-compose up -d
|
|
|
|
nohup "$HOME/intelliJInstall/bin/idea.sh" "$HOME/coding/studium/swlab/backend_studez/studez_backend" &
|
2020-06-21 12:41:26 +02:00
|
|
|
|
2020-10-30 22:02:38 +02:00
|
|
|
kitty @ launch --keep-focus --type=tab --cwd "$HOME/coding/studium/swlab/frontend_studez/studez_frontend/" npm start
|
|
|
|
cd "$HOME/coding/studium/swlab/frontend_studez/studez_frontend/src" || exit
|
2020-06-21 12:41:26 +02:00
|
|
|
git fetch
|
2020-10-30 22:02:38 +02:00
|
|
|
kitty @ send-text "cd $HOME/coding/studium/swlab/frontend_studez/studez_frontend/src\ngit checkout "
|