more cleanups (especially in the permissions section)

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2010-01-02 13:35:22 +01:00
commit fca2d83dc4
7 changed files with 0 additions and 74 deletions

1
old/play_wave Executable file
View file

@ -0,0 +1 @@
cat $@ | oggenc - | ogg123 -

8
old/print_ozean Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
server="ozean"
printcmd="/home/utils/easy_print"
cat $@ | ssh $server -lroot "$printcmd"
#ssh $server -lroot "$printcmd $basedir/$1"