6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
LOG=/home/ddp/tmp/a
|
|
|
|
echo "$1 was created" >> $LOG
|