5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# TODO: use nix-shell because it's cool?
|
|
nix-collect-garbage -d
|