🦜 Modified Tutorial template, Modified post, Added Filler Picture
This commit is contained in:
parent
637b09e61e
commit
d9e31b3065
|
@ -16,7 +16,7 @@ series:
|
|||
-
|
||||
categories:
|
||||
-
|
||||
image:
|
||||
image: images/postImages/Processor.svg
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
@ -39,3 +39,10 @@ image:
|
|||
|
||||
## Full Code
|
||||
<++>
|
||||
|
||||
{{< tabs "<++>">}}
|
||||
{{< tab >}}
|
||||
<++>
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
|
|
|
@ -152,7 +152,9 @@ To test the script, you should add/create files with any extensions in the same
|
|||
Thats it! You have yourself a cleanup script that you can use to clean any directory you want! The full code is below, do take a look if you are facing any problems!
|
||||
|
||||
## Full Code
|
||||
{{< expand "Python Code" >}}
|
||||
|
||||
{{< tabs directory_cleanup.py>}}
|
||||
{{< tab >}}
|
||||
``` python
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
@ -211,7 +213,8 @@ def main():
|
|||
if __name__ == "__main__":
|
||||
main()
|
||||
```
|
||||
{{< /expand >}}
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
# Credits
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 28 KiB |
Loading…
Reference in New Issue