Files
Collection/touch.sh
2026-05-04 12:01:46 +02:00

7 lines
102 B
Bash

#!/bin/bash
##Variables
# FILENAME(needed)[string]
echo "Connecting to $FILENAME..."
touch $FILENAME