aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run_once
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-12-03 18:33:16 +0100
committerDavid Runge <dave@sleepmap.de>2023-12-03 18:33:16 +0100
commit2f694cefe3d30fe65320941bb5ee77472fff0e2b (patch)
tree84aa7554b4ea733302a1ef62229dbfa67f50474e /bin/run_once
parent6760e35c003b7a8efd9f3564773e5ff6a73bfe60 (diff)
downloaddotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.gz
dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.bz2
dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.xz
dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.zip
bin: Remove unused scripts
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to 'bin/run_once')
-rwxr-xr-xbin/run_once4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/run_once b/bin/run_once
deleted file mode 100755
index 3829f7e..0000000
--- a/bin/run_once
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-#Alternative
-pgrep $@ > /dev/null || ($@ &)
-