Skip to content
forked from SuperTux/media

Sources for SuperTux graphics and sounds

License

Notifications You must be signed in to change notification settings

VincentAraneo/media

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d=$1

if [ -z $d ]
then
    d=.
fi

for file in `find $d -iregex '.*\.\(ogg\|wav\)'`
do
    licence=`svn propget licence "$file"`

    echo "$file" - "$licence"
done

About

Sources for SuperTux graphics and sounds

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.9%
  • Csound 24.7%
  • Csound Score 12.6%
  • GAP 6.8%
  • Shell 6.7%
  • Makefile 2.3%