1
1
Fork 0

cleaned up repository

This commit is contained in:
David Starzengruber 2011-03-11 20:53:38 +01:00
parent 21767e5c09
commit 5d42f803b1
6 changed files with 0 additions and 72 deletions

View File

@ -1,43 +0,0 @@
#!/bin/bash
sshfs kitt:/data/audio/music /home/david/Music/kitt/
cat /home/david/Documents/code/scripts/kitt.txt
echo "mounting audio storage"
#exaile --debug
sleep 0.8
clear
cat /home/david/Documents/code/scripts/kitt.txt
echo "mounting audio storage"
echo "starting rhythmbox"
sleep 0.8
clear
cat /home/david/Documents/code/scripts/kitt.txt
echo "mounting audio storage"
echo "starting rhythmbox."
sleep 0.8
clear
cat /home/david/Documents/code/scripts/kitt.txt
echo "mounting audio storage"
echo "starting rhythmbox.."
sleep 0.8
clear
cat /home/david/Documents/code/scripts/kitt.txt
echo "mounting audio storage"
echo "starting rhythmbox..."
rhythmbox &> /dev/null
#var="no"
#while [ $var != "yes" ]; do
# echo "unmounting audio storage now? [yes|no]"
# read var
#done
echo "unmounting audio storage"
sudo umount kitt:/data/audio/music
sleep 0.8
echo "byebye"
sleep 2
exit 0

View File

@ -1,8 +0,0 @@
_..-------++._
_.-'/ | _|| \"--._
__.--'`._/_\j_____/_||___\ `----.
_.--'_____ | \ _____ /
_j /,---.\ | =o | /,---.\ |_
[__]==// .-. \\==`===========/==// .-. \\=[__]
`-._|\ `-' /|___\_________/___|\ `-' /|_.'
`---' `---'

21
test.sh
View File

@ -1,21 +0,0 @@
#!/bin/bash
update()
{
git pull origin master
}
if [ -z $1 ]; then
var="nothing"
else
var=$1
fi
if [ $var = "update" ]; then
update
exit 0
fi
echo "thats the new end of script"