mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
|
#!/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 "$@"
|