init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user