File indexing completed on 2024-03-24 15:13:53

0001 #!/bin/bash
0002 #
0003 # clean_all.sh
0004 #
0005 # Copyright (C) 2017 Johnny Jazeix
0006 #
0007 
0008 echo "Cleaning background music"
0009 cd background-music
0010 rm -rf .rcc aac ogg mp3
0011 echo "Cleaning voices"
0012 cd ../voices
0013 rm -rf aac ogg mp3