Skip to content

Instantly share code, notes, and snippets.

@haruki7049
Last active January 29, 2023 08:25
Show Gist options
  • Save haruki7049/3645d6faf90d0c211dc875d38a4bca2d to your computer and use it in GitHub Desktop.
Save haruki7049/3645d6faf90d0c211dc875d38a4bca2d to your computer and use it in GitHub Desktop.
MPCの状態を確認するワンライナー。
#!/bin/sh
clear && while mpc status; do sleep 1 && clear; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment