1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Merge pull request #332 from t6/patch-2

Use /usr/bin/env bash for rofi-sensible-terminal
This commit is contained in:
Dave Davenport 2016-02-02 10:58:15 +01:00
commit fb4c0c085e

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# This code is released in public domain by Han Boetes <han@mijncomputer.nl> # This code is released in public domain by Han Boetes <han@mijncomputer.nl>
# Updated by Dave Davenport <qball@gmpclient.org> # Updated by Dave Davenport <qball@gmpclient.org>