6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
printf '\uf6e2 '
|
|
|
|
${HOME}/bin/dropbox.py status | head -n1 || true
|