1
0
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:
Emil Ernerfeldt
2021-05-09 13:28:24 +02:00
parent 38186fe23e
commit 6ad6f56cb1
9 changed files with 34 additions and 4 deletions

6
sh/find_bloat.sh Executable file
View 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 "