Restructure the script directory
This commit is contained in:
parent
772b7adc0b
commit
c4250cd27d
150 changed files with 248 additions and 248 deletions
scripts/Common/Software/bash
|
@ -1,7 +1,7 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/software.fish"
|
||||
source "$dir/../../../lib/software.fish"
|
||||
|
||||
function configureSW -V dir
|
||||
begin
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../Scripts/profile-base.fish"
|
||||
source "$dir/../../../lib/profile-base.fish"
|
||||
|
||||
function getBashStatements
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue