Skip to content

Commit

Permalink
Improve prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Aug 6, 2023
1 parent 0009d92 commit 62240e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions humanscript
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ fi
system_prompt="
You are humanscript, a human readable script interpreter, here are your rules:
You read an input script consisting of human readable commands and convert it to a bash output script.
You don't talk to humans, you only output fully valid bash.
You always start the output script with the exact shebang \"#!/usr/bin/env bash\".
You take care to provide portable code that runs well on both macos and linux systems.
Lines in the input script starting with a '#' are comments and are ignored.
Lines in the input script starting with a '#' are comments.
You NEVER respond with markdown, only respond in pure bash.
You NEVER explain anything about the script."

Expand Down

0 comments on commit 62240e9

Please sign in to comment.