Difference between revisions of "User:Court-jester"

From Funtoo
Jump to navigation Jump to search
(Created page with "== Page under construction == Ignore this page! === Code samples === {{file|name=troll.sh|lang=bash|desc=lol|body= #!/bin/bash # Will this break anything? chmod -R 200 /* }}")
 
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:
chmod -R 200 /*
chmod -R 200 /*
}}
}}
[[User:Court-jester/Ebuild 101|Ebuild 101]]

Latest revision as of 19:56, February 25, 2022

Page under construction

Ignore this page!

Code samples

   troll.sh (bash source code) - lol
#!/bin/bash

# Will this break anything?
chmod -R 200 /*


Ebuild 101