mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-28 09:58:58 +01:00
8 lines
162 B
Bash
Executable file
8 lines
162 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
# Build ChangeLog for package inclusion using the svn2cl Perl script
|
|
# (http://ch.tudelft.nl/~arthur/svn2cl)
|
|
|
|
sh ~/svn2cl/svn2cl.sh ~/sbopkg
|