7 lines
102 B
Bash
7 lines
102 B
Bash
#!/bin/bash
|
|
##Variables
|
|
# FILENAME(needed)[string]
|
|
|
|
|
|
echo "Connecting to $FILENAME..."
|
|
touch $FILENAME |