From fe46c4b359f2e20a7c91ab4bd027894d277349c9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 27 Oct 2015 01:08:01 -0400 Subject: Add example source files --- (limited to 'src') diff --git a/src/foo.sh b/src/foo.sh new file mode 100644 index 0000000..39ec45d --- /dev/null +++ b/src/foo.sh @@ -0,0 +1,4 @@ +hello() +{ + echo hello world +} diff --git a/src/local.mk b/src/local.mk new file mode 100644 index 0000000..3f18420 --- /dev/null +++ b/src/local.mk @@ -0,0 +1,3 @@ +firman_SOURCES += \ + src/main.sh \ + src/foo.sh diff --git a/src/main.sh b/src/main.sh new file mode 100644 index 0000000..62878e3 --- /dev/null +++ b/src/main.sh @@ -0,0 +1,4 @@ +main() +{ + hello +} -- cgit v0.9.1