mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-03 06:57:02 +01:00
8 lines
182 B
Bash
Executable file
8 lines
182 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
# Build ChangeLog for package inclusion using the svn2cl Perl script
|
|
# (http://ch.tudelft.nl/~arthur/svn2cl)
|
|
|
|
sh ~/work/svn2cl/svn2cl.sh ~/work/sbopkg-read-only
|