4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
generate_daily_brief | tail -1 | sed 's|file://||g' | xargs lp -d EPSONTHING
|