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