diff --git a/justfile b/justfile index 84490684aeb7b..f76e6753aeb94 100755 --- a/justfile +++ b/justfile @@ -1,5 +1,8 @@ #!/usr/bin/env -S just --justfile +set windows-shell := ["powershell"] +set shell := ["bash", "-cu"] + _default: @just --list -u