6 lines
77 B
Fish
6 lines
77 B
Fish
|
#!/opt/homebrew/bin/fish
|
||
|
|
||
|
set FILE $argv[1]
|
||
|
|
||
|
fd $FILE | entr ./judgy.fish /_
|