This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
userspace-installation-maid
Watch
1
Star
0
Fork
You've already forked userspace-installation-maid
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
696ec52f8e
userspace-installation-maid
/
.local
/
bin
/
update-now-playing
8 lines
91 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
while
:
do
echo
"
$(
mpc
|
head -n 1
)
"
> /home/naiji/.now-playing
sleep
1
done
Reference in New Issue
View Git Blame
Copy Permalink