mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-01-14 17:25:22 +00:00
9 lines
163 B
Text
9 lines
163 B
Text
|
#!/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 "$@"
|