diff options
author | Guillermo Ramos | 2022-01-20 10:40:10 +0100 |
---|---|---|
committer | Guillermo Ramos | 2022-01-20 10:40:10 +0100 |
commit | a825bb90dd4548008c0aeeacea868f35c7f1c21f (patch) | |
tree | 6ce67fad7c907a9f94a39924669d01ee0a9c51cd /multiplayerctl | |
parent | a078f36dd0201cd46b124ba352e2c6d64a414b9c (diff) | |
download | cli-a825bb90dd4548008c0aeeacea868f35c7f1c21f.tar.gz |
Small fixes
Diffstat (limited to 'multiplayerctl')
-rwxr-xr-x | multiplayerctl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multiplayerctl b/multiplayerctl index 011c7bc..d86d833 100755 --- a/multiplayerctl +++ b/multiplayerctl @@ -1,4 +1,6 @@ #!/usr/bin/env perl +# +# Deps: bash, playerctl my $TMPFILE = '/tmp/multiplayerctl'; |