diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-18 18:27:38 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-18 18:27:38 -0500 |
commit | a694fc3ed72c1d66f9fd07f4ece4a707b011216c (patch) | |
tree | 8e995a118a64c103566c0ac761430b18a343c3c0 | |
parent | 9bbb0a7489f0d473458b513f73e875506bad7f96 (diff) | |
download | image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.tar.gz image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.tar.bz2 image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.zip |
Commit
-rwxr-xr-x | init | 3 | ||||
-rw-r--r-- | meta.lua | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1 +1,2 @@ | |||
1 | #!/bin/bash -ex | 1 | #!/bin/sh |
2 | echo "Hello, world!" > hello.txt | ||
@@ -2,6 +2,6 @@ return { | |||
2 | { | 2 | { |
3 | name = "image-clang32", | 3 | name = "image-clang32", |
4 | requires = {}, | 4 | requires = {}, |
5 | produces = {}, | 5 | produces = {"hello.txt"}, |
6 | } | 6 | } |
7 | } | 7 | } |