4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
xsltproc generate-sysimages.xsl repository-7.xml > sysimages.nix
|