10 lines
238 B
Bash
10 lines
238 B
Bash
|
|
#!/bin/sh
|
||
|
|
# Run script for Agent Manager.
|
||
|
|
# Runs in the selected worktree (or repo root for local).
|
||
|
|
# Add the commands to start your project:
|
||
|
|
|
||
|
|
# npm run dev
|
||
|
|
# bun run dev
|
||
|
|
# cargo run
|
||
|
|
# python manage.py runserver
|
||
|
|
cargo run -p hcie-gui-egui
|