Format all files

This commit is contained in:
Manuel Thalmann 2024-10-06 21:25:34 +02:00
parent f2abbe8561
commit 59708b8f04
110 changed files with 1439 additions and 1484 deletions
scripts/Common/Software/bash

View file

@ -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

View file

@ -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