mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Move shell scripts into sh/ subfolder
This commit is contained in:
6
sh/find_bloat.sh
Executable file
6
sh/find_bloat.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path/.."
|
||||
|
||||
cargo bloat --release --bin egui_demo_app -n 200 | rg "egui "
|
||||
Reference in New Issue
Block a user