7 lines
137 B
Bash
7 lines
137 B
Bash
![]() |
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p nix-update
|
||
|
|
||
|
nix-update stirling-pdf
|
||
|
$(nix-build -A stirling-pdf.mitmCache.updateScript)
|
||
|
|