summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/desktop/fresh-workspace13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/desktop/fresh-workspace b/scripts/desktop/fresh-workspace
deleted file mode 100755
index d02065cd..00000000
--- a/scripts/desktop/fresh-workspace
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env perl
-
-use lib "$ENV{HOME}/src/dotfiles/perl5";
-use Local::Desktop;
-exit !defined fresh_workspace do {
- if (grep $_ eq "--take", @ARGV) {
- go => 1, send => 1;
- } elsif (grep $_ eq "--send", @ARGV) {
- send => 1;
- } else {
- go => 1;
- }
-}