ljsjdwe / setup.sh
kepsmiling121's picture
Create setup.sh
386cdb9 verified
raw
history blame contribute delete
272 Bytes
#!/bin/bash
# This is a Bash script to prepare the studio
echo "Initializing Neural Studio Pro..."
# Create a folder for exported songs if it doesn't exist
mkdir -p exports
# Remove any old temporary wav files from previous sessions
rm -f *.wav
echo "Ready to compose!"