6 lines
435 B
Bash
Executable File
6 lines
435 B
Bash
Executable File
#!/bin/bash
|
|
|
|
PROMPT="Research $1, identify their focus areas, and draft a tailored job application using the template from @general_application.txt or @general_reach_out.txt based on whether the company has open positions or not. Include contact information for submission. Save the application and contact details to applications/[company name].txt. Write the contact information at the bottom of the application."
|
|
|
|
vibe -p "$PROMPT"
|