httpd/shell.sh

6 lines
46 B
Bash
Raw Normal View History

2024-08-27 21:33:46 +02:00
#!/bin/bash
hallo="welt welt"
2024-08-27 21:45:17 +02:00
echo "$hallo"