9 lines
72 B
Bash
9 lines
72 B
Bash
#!/bin/sh
|
|
|
|
echo '{"version":1}'
|
|
|
|
echo '['
|
|
|
|
echo '[],'
|
|
|
|
exec conky -c $1
|