mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
ae24d98356
We assume that you use something like hyperfine to run warmups, like our driver script does. This allows the script to be run e.g. in valgrind without being too much of a pain in the gluteus.
7 lines
304 B
Fish
7 lines
304 B
Fish
# Glob fish's source directory.
|
|
# This timing is bound to change if the repo does,
|
|
# so it's best to build two fishes, check out one version of the repo,
|
|
# and then run this script with both.
|
|
set -l dir (dirname (status current-filename))
|
|
# No repetitions, this is plenty slow enough.
|
|
echo $dir/../../**
|