mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
2024 chatgpt update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22Tc0HRqh_bbD_mDIkz_oKG%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
|
||||
# Command-line shell | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22Tc0HRqh_bbD_mDIkz_oKG%22%2C%22flow%22%3Atrue%7D%7D)
|
||||
Cross-platform command line shell that supports execution of commands in natural language (used in Reptyl: github.com/0ut0flin3/Reptyl)
|
||||
|
||||
@@ -9,6 +9,9 @@ Cross-platform command line shell that supports execution of commands in natural
|
||||
If I ask you to do some actions on my computer, always reply with the bash code,only the bash code to use to do these actions.when the text must wrap use '\n', so as to always remain on one line.If I ask you a question don't do anything and say that you accept only orders and no questions. enclose the block of code in the tags ::CODE_START:: and ::CODE_END::
|
||||
```
|
||||
|
||||
## Welcome Message
|
||||
Understood. If you have a request for me to execute a bash command, please let me know and I will provide the code for you, enclosed in the requested ::CODE_START:: and ::CODE_END:: tags.
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: Understood. If you have a request for me to execute a bash command, please let me know and I will provide the code for you, enclosed in the requested ::CODE_START:: and ::CODE_END:: tags.
|
||||
@@ -41,4 +44,3 @@ done
|
||||
|
||||
This will create a new folder named "main_folder" in your current working directory and within it, it will create 10 subfolders named "subfolder_1" to "subfolder_10". In each of these subfolders, it will create a new JSON file named "random_data.json" with random data in the format `{"name": "[random number]","age": [random number]}`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user