12 lines
214 B
Fish
Executable file
12 lines
214 B
Fish
Executable file
#!/bin/env fish
|
|
begin
|
|
set -l dir (status dirname)
|
|
source "$dir/../../Scripts/software.fish"
|
|
|
|
function userConfig -V dir
|
|
runPSUserConfig "$dir/Main.ps1" $argv
|
|
end
|
|
|
|
runInstaller $argv
|
|
end
|