mirror of
https://github.com/alvierahman90/gohookr.git
synced 2026-01-26 14:44:00 +00:00
4 lines
66 B
Bash
Executable File
4 lines
66 B
Bash
Executable File
#!/usr/bin/bash
|
|
date >> test_output
|
|
echo "$1" "$2" >> test_output
|