9 lines
184 B
Bash
9 lines
184 B
Bash
#!/bin/sh
|
|
# Copyright (C) 2002, Earnie Boyd
|
|
# mailto:earnie@users.sf.net
|
|
# This file is part of Minimal SYStem.
|
|
# http://www.mingw.org/msys.shtml
|
|
# File: start
|
|
|
|
cmd //c start "$@"
|