Files
arch-custom-iso/custom-pkgs/hello-custom/hello-custom.sh
T

6 lines
138 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "Hello from my custom app!"
echo "This binary was built from source and included in the ISO."