6 lines
80 B
Text
6 lines
80 B
Text
|
#!/bin/bash
|
||
|
|
||
|
printf '\uf6e2 '
|
||
|
|
||
|
${HOME}/bin/dropbox.py status | head -n1 || true
|