mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 16:17:29 +00:00
3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/sh
|
|
|
|
printf "%s" "${name:?}" > "${out:?}"
|