summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmpc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-06 18:19:36 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-06 18:19:36 +0100
commit4e4a810cb48085208b251e62404f65c96acc709a (patch)
tree25c3bb215514373086879f2f854000885305f996 /.local/bin/dmpc
parentlinkview update (diff)
downloaddotfiles-bsd-4e4a810cb48085208b251e62404f65c96acc709a.tar.gz
dotfiles-bsd-4e4a810cb48085208b251e62404f65c96acc709a.tar.bz2
dotfiles-bsd-4e4a810cb48085208b251e62404f65c96acc709a.tar.xz
dotfiles-bsd-4e4a810cb48085208b251e62404f65c96acc709a.tar.zst
dotfiles-bsd-4e4a810cb48085208b251e62404f65c96acc709a.zip
Making a script to control mpd fromdmenu
Diffstat (limited to '.local/bin/dmpc')
-rwxr-xr-x.local/bin/dmpc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.local/bin/dmpc b/.local/bin/dmpc
new file mode 100755
index 0000000..afec53f
--- /dev/null
+++ b/.local/bin/dmpc
@@ -0,0 +1,10 @@
+#!/usr/local/bin/perl
+
+sub main
+{
+ return;
+}
+
+main();
+
+__END__