aboutsummaryrefslogtreecommitdiffstats
path: root/bin/scvim-test
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-04-09 14:38:16 +0200
committerDavid Runge <david.runge@frqrec.com>2014-04-09 14:38:16 +0200
commit3ccdb4ec9496959bd13e0f5abb0ef4b255cf4981 (patch)
tree5cedd95e9f37a830efc7c71acf3d8022f61c8a7a /bin/scvim-test
parentb51fef87be3df8f411ae5e223ce3d853ffcbc82a (diff)
downloaddotfiles-3ccdb4ec9496959bd13e0f5abb0ef4b255cf4981.tar.gz
dotfiles-3ccdb4ec9496959bd13e0f5abb0ef4b255cf4981.tar.bz2
dotfiles-3ccdb4ec9496959bd13e0f5abb0ef4b255cf4981.tar.xz
dotfiles-3ccdb4ec9496959bd13e0f5abb0ef4b255cf4981.zip
Removing useless executables
Diffstat (limited to 'bin/scvim-test')
-rwxr-xr-xbin/scvim-test7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/scvim-test b/bin/scvim-test
deleted file mode 100755
index fc3d18b..0000000
--- a/bin/scvim-test
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-tmux new-session -d -s SuperCollider -A
-tmux split-window -t SuperCollider:1 -h -p 25
-tmux send-keys -t SuperCollider:1.1 dmesg C-m
-tmux att -t SuperCollider
-