4 lines
277 B
Bash
Executable File
4 lines
277 B
Bash
Executable File
#!/bin/bash
|
|
x-terminal-emulator -title "To Invetory FRONT" -e "cd front && npm run dev -p 80 -- --host"&
|
|
x-terminal-emulator -title "To Invetory BACK" -e "cd back && poetry run task server" &&
|
|
x-terminal-emulator -title "To Invetory BACK" -e "cd back && poetry run task celery" |