fca2d83dc4
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
8 lines
148 B
Bash
Executable file
8 lines
148 B
Bash
Executable file
#!/bin/bash
|
|
|
|
server="ozean"
|
|
printcmd="/home/utils/easy_print"
|
|
|
|
cat $@ | ssh $server -lroot "$printcmd"
|
|
|
|
#ssh $server -lroot "$printcmd $basedir/$1"
|