Files
linux_script/echo.sh
2026-01-28 23:36:39 +08:00

5 lines
72 B
Bash
Executable File

#!/bin/bash
echo "TEST|Arg1: $1, Arg2: $2" > /home/awin/temp/test.txt