Skip to content

DRACULA1729/DO-NOT-EXECUTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DO-NOT-EXECUTE Script

A simple Python script to delete all files and directories within the current working directory.

Table of Contents

Description

This script is designed to delete all files and directories within the current working directory. It iterates through each item in the directory, checks if it's a file or directory, and attempts to delete it.

Usage

To use this script, simply execute it in the directory you want to clean up. The script will delete all files and directories within the current working directory.

Installation

  1. Clone the repository using git clone https://github.com/DRACULA1729/DO-NOT-EXECUTE.git
  2. Navigate to the cloned repository using cd DO-NOT-EXECUTE
  3. Run the script using python DO_NOT_EXECUTE.py

Requirements

  • Python 3.x
  • os and shutil modules (included with Python)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

Warning

This script permanently deletes files and directories without prompting for confirmation. Use with caution.

Example Output

Deleting file example.txt...
Deleting directory example_dir...
Deleted all files and folders in the folder!

Author

Sushant Pandey

Acknowledgments

  • This script was created using the Python programming language and its built-in modules.

Changelog

  • Initial release (v1.1)

About

The script in this repository should be used with CAUTION!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages