#!/bin/env fish begin set -l dir (status dirname) set -l base "$dir/../../../Common/Software/aliae/main.fish" source "$dir/../../Scripts/software.fish" function installSW yayinst \ aliae-bin end function configureSW -V base fish "$base" configure end function userConfig -V base fish "$base" userConfig $argv end runInstaller $argv end