whenov·8 anni fa·discussHowever, Nix requires you to create a /nix directory, which is not possible in some cases.
whenov·10 anni fa·discuss #!/bin/bash touch x if [ -f "x" ]; then rm -rf / else echo "I'm just an innocent little script." fi