Format all files
This commit is contained in:
parent
f2abbe8561
commit
59708b8f04
110 changed files with 1439 additions and 1484 deletions
scripts/Common/Software/bash
|
@ -9,10 +9,10 @@ begin
|
|||
"" \
|
||||
"# profile" \
|
||||
"while IFS= read -r -d '' file;" \
|
||||
"do" \
|
||||
do \
|
||||
' source "$file";' \
|
||||
'done < <(find {/etc,~/.config}/bash/conf.d/* -print0 2> /dev/null);'
|
||||
end | sudo tee -a /etc/bash.bashrc &> /dev/null
|
||||
end | sudo tee -a /etc/bash.bashrc &>/dev/null
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
|
|
|
@ -14,13 +14,13 @@ begin
|
|||
printf %s\n \
|
||||
"" \
|
||||
'if test "$BASH"' \
|
||||
"then"
|
||||
then
|
||||
|
||||
echo "$statements" | while read -l line
|
||||
echo " $line"
|
||||
end
|
||||
|
||||
echo "fi"
|
||||
echo fi
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue