PortValhalla/scripts/Common/Software/git/main.fish

16 lines
306 B
Fish
Executable file

#!/bin/env fish
begin
set -l dir (status dirname)
source "$(status dirname)/../../Scripts/software.fish"
function configureSW -S -V dir
pwsh "$dir/Manage.ps1" Configure
end
function userConfig -S -V dir -a name
configureGit "$name"
end
runInstaller $argv
end