diff --git a/index.sh b/index.sh index 2cc9768..2928cdb 100755 --- a/index.sh +++ b/index.sh @@ -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 \ No newline at end of file