From 2fcd559e4cb3ea1a0247bb3eb77ec2666bd8d9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sun, 12 Oct 2025 16:00:47 +0100 Subject: [PATCH] initial commit --- source/new-flake/bash-flake/cow-hello.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/new-flake/bash-flake/cow-hello.sh diff --git a/source/new-flake/bash-flake/cow-hello.sh b/source/new-flake/bash-flake/cow-hello.sh new file mode 100644 index 0000000..82caecc --- /dev/null +++ b/source/new-flake/bash-flake/cow-hello.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +cowsay "Hello from your flake!"