mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
|
#! /bin/sh
|
||
|
# Copyright (C) 2002, Earnie Boyd
|
||
|
# mailto:earnie@users.sf.net
|
||
|
# This file is a part of Minimal SYStem
|
||
|
# http://www.mingw.org/msys.html
|
||
|
# File: bunzip2
|
||
|
|
||
|
bzip2 -d $@
|