more cleanups (especially in the permissions section)
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
1ea04937d8
commit
fca2d83dc4
7 changed files with 0 additions and 74 deletions
1
old/play_wave
Executable file
1
old/play_wave
Executable file
|
|
@ -0,0 +1 @@
|
|||
cat $@ | oggenc - | ogg123 -
|
||||
8
old/print_ozean
Executable file
8
old/print_ozean
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue