Skip to content

Commit

Permalink
Merge pull request #3 from technillogue/patch-1
Browse files Browse the repository at this point in the history
add space after period
  • Loading branch information
zeke authored Mar 6, 2024
2 parents 63264f7 + d57914e commit f124c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo "# shell command to $*"
output=$(npx chatgpt "write a one-line shell command to $*. Do not write code that will delete files or folders. Do not explain the code. Do not fence the code. No code fencing.Just show the command.")
output=$(npx chatgpt "write a one-line shell command to $*. Do not write code that will delete files or folders. Do not explain the code. Do not fence the code. No code fencing. Just show the command.")
echo "# $output"
echo ""
echo $output | bash

0 comments on commit f124c2c

Please sign in to comment.