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