Files
ld-install/files/hello_world.sh
Stephan Reinwald b33d9f8af0 hello world
2025-01-21 14:20:46 +01:00

5 lines
54 B
Bash

#!/bin/bash
echo 'hello world'
touch /root/it_worked