Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| // This is free and unencumbered software released into the public domain. | |
| // For more information, please refer to <http://unlicense.org/> | |
| import 'dart:math' as math; | |
| /// A class used to store the state of a [ResumableRandom]. | |
| class RngState { | |
| final int originalSeed, a, b, c, d; | |
| RngState(this.originalSeed, this.a, this.b, this.c, this.d); | |
| } |
| var gui = require('nw.gui'); | |
| var win = gui.Window.get(); | |
| win.on('new-win-policy', function (frame, url, policy) { | |
| gui.Shell.openExternal(url); | |
| policy.ignore(); | |
| }); |
| if [ $EUID != 0 ]; then | |
| echo "It's a weird tree." | |
| else | |
| echo ' _ __' | |
| echo ' / `\ (~._ ./ )' | |
| echo ' \__/ __`-_\__/ ./' | |
| echo ' _ \ \/ \ \ |_ __' | |
| echo ' ( ) \__/ -^ \ / \' | |
| echo ' \_/ " \ | o o |.. / __' | |
| echo " \\. --' ==== / || / \\ " |