mirror of
https://github.com/arthur-pbty/arch-custom-iso.git
synced 2026-08-01 20:28:05 +02:00
6 lines
138 B
Bash
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."
|