[Linux] Add shell command script to run a shell

This commit is contained in:
Ivan Malison 2016-10-18 14:10:02 -07:00
parent d2364ef8bc
commit 8e1ecdb8b0
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash -c "$(rofi -input /dev/null -dmenu)"