4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/bash
|
|
echo "Script executed with args: $1 $2"
|
|
echo "Current time: $(date)"
|