Skip to content

Commit

Permalink
add space after period
Browse files Browse the repository at this point in the history
  • Loading branch information
technillogue authored Mar 4, 2024
1 parent e924362 commit d57914e
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 d57914e

Please sign in to comment.