add project command

This commit is contained in:
sadan 2025-05-07 20:55:13 -04:00
parent f6ecfdb790
commit c1e593ed6b
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -84,6 +84,7 @@ in
file = ./paste.sh;
})
}/bin/paste";
p = "${builtins.readFile ./projectPicker.sh}";
};
};
}