Implement Extensions #5

Merged
emma merged 5 commits from extensions into main 2022-09-04 19:05:10 -06:00
Showing only changes of commit bce239da30 - Show all commits

View File

@ -4,7 +4,7 @@ echo "Loading extensions..."
INPUT=$(echo $1)
for EXT in xdg-sanity/extensions/*.sh
for EXT in /etc/xdg-sanity/extensions/*.sh
do
echo "Found extension $EXT"
TYPE=$(cat $EXT | sed -ne 's/^# EXT-TYPE=//p' | tr -d '\n')