mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
4 lines
147 B
Bash
Executable file
4 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
cd profile &&
|
|
RUSTFLAGS=-g cargo run --features profile_heap --release &&
|
|
open 'https://nnethercote.github.io/dh_view/dh_view.html'
|