Skip to content

Commit

Permalink
chore: support windows shell for just (#4795)
Browse files Browse the repository at this point in the history
closes #4794
  • Loading branch information
shulaoda authored Aug 10, 2024
1 parent 8f2a566 commit 970c369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env -S just --justfile

set windows-shell := ["powershell"]
set shell := ["bash", "-cu"]

_default:
@just --list -u

Expand Down

0 comments on commit 970c369

Please sign in to comment.