mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-01-14 09:15:22 +00:00
8 lines
163 B
Bash
Executable file
8 lines
163 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2002, Earnie Boyd
|
|
# mailto:earnie@users.sf.net
|
|
# This file is part of MSYS
|
|
# http://www.mingw.org/msys.shtml
|
|
# File: echo
|
|
|
|
echo "$@"
|