5 lines
66 B
Fish
Executable file
5 lines
66 B
Fish
Executable file
#!/bin/env fish
|
|
begin
|
|
bash "$(status dirname)/install.sh"
|
|
end
|