mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00:00
Removed helpers for now.
This commit is contained in:
parent
77b77f562d
commit
729462d082
15
helpers/ask
15
helpers/ask
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Prompt the user for a question
|
||||
echo "Enter your question:"
|
||||
read question
|
||||
|
||||
# Read the content from stdin
|
||||
content=$(cat)
|
||||
|
||||
# Combine the content and the question
|
||||
combined_input="Content: $content\nQuestion: $question"
|
||||
|
||||
# Call the AI module with the combined input
|
||||
# You can replace this line with the appropriate command to call the AI module in your fabric project
|
||||
echo "$combined_input" | fabric -p ai
|
Loading…
Reference in New Issue
Block a user