From d57914e03b80fdd259fe3588d3cf9f4285d1a4c5 Mon Sep 17 00:00:00 2001 From: technillogue Date: Mon, 4 Mar 2024 15:36:29 -0500 Subject: [PATCH] add space after period --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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