5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "TEST|Arg1: $1, Arg2: $2" > /home/awin/temp/test.txt
|
|
|