remove leftovers

This commit is contained in:
Franek 2025-05-03 06:22:25 +02:00
parent f9e34ba18b
commit 62dfc37e79

View File

@ -1,12 +0,0 @@
#!/usr/bin/env -S bash
for line in $(home-manager generations | grep -o '/.*')
do
res=$(find $line | grep specialisation | head -1)
output=$?
if [[ $output -eq 0 ]] && [[ $res != "" ]]; then
echo $res
exit
fi
done