mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/sh
|
|
|
|
printf "%s" "${name:?}" > "${out:?}"
|