remove leftovers
This commit is contained in:
parent
f9e34ba18b
commit
62dfc37e79
@ -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
|
Loading…
x
Reference in New Issue
Block a user