
Skript1
By: a guest on
Apr 28th, 2012 | syntax:
Bash | size: 1.05 KB | hits: 24 | expires: Never
#!/bin/bash
if [ "True" != "$LTSP_CONFIG" ]; then
. usr/share/ltsp/ltsp_config
fi
# chvt to the right screen
[ -n "${SCREEN_NUM}" ] && openvt chvt ${SCREEN_NUM}
# Clear the screen, to place cursor at the top
clear
if [ -z `ls / | grep blender` ]; then
echo "Fatal Error: NFS Share funktioniert nicht! /blend ist nicht gemountet!";
sleep 100;
fi
#ip_adress=$(ifconfig | grep "inet Adresse" | awk '{ print $2}' | cut -d ":" -f 2 | head -n 1)
/blender/render.sh
#htop
~
~
~
~
~