summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-18 18:27:38 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-18 18:27:38 -0500
commita694fc3ed72c1d66f9fd07f4ece4a707b011216c (patch)
tree8e995a118a64c103566c0ac761430b18a343c3c0
parent9bbb0a7489f0d473458b513f73e875506bad7f96 (diff)
downloadimage-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.tar.gz
image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.tar.bz2
image-clang32-a694fc3ed72c1d66f9fd07f4ece4a707b011216c.zip
Commit
-rwxr-xr-xinit3
-rw-r--r--meta.lua2
2 files changed, 3 insertions, 2 deletions
diff --git a/init b/init
index 250276c..b669c39 100755
--- a/init
+++ b/init
@@ -1 +1,2 @@
1#!/bin/bash -ex 1#!/bin/sh
2echo "Hello, world!" > hello.txt
diff --git a/meta.lua b/meta.lua
index da6481b..0db8cf9 100644
--- a/meta.lua
+++ b/meta.lua
@@ -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}