From 8e1ecdb8b02d9881f22234e8df10a2e6a6540511 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 18 Oct 2016 14:10:02 -0700 Subject: [PATCH] [Linux] Add shell command script to run a shell --- dotfiles/lib/bin/shell_command.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dotfiles/lib/bin/shell_command.sh diff --git a/dotfiles/lib/bin/shell_command.sh b/dotfiles/lib/bin/shell_command.sh new file mode 100755 index 00000000..6c53915e --- /dev/null +++ b/dotfiles/lib/bin/shell_command.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +bash -c "$(rofi -input /dev/null -dmenu)"