Menu

[a9afbd]: / packagesource.sh  Maximize  Restore  History

Download this file

12 lines (9 with data), 318 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/bin/sh
DATE=`date "+%Y-%m-%d"`
if [ -d SuperCollider_Source ]; then
echo "Please remove the ./SuperCollider_Source directory before running this script."
exit 1
fi
mkdir SuperCollider_Source
svn export --force -r COMMITTED ./ SuperCollider_Source
zip -r -9 "SuperCollider_Source_$DATE.zip" SuperCollider_Source
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.