diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-29 00:34:26 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-29 00:34:26 -0500 |
commit | 435a7b5e8e590240340232cc1832ead32b87adc6 (patch) | |
tree | 60cd8592209c8500efd2807753aab91c4eb157f4 /.local/bin | |
parent | 7147501a1a7a60344c4a0b856abea25c5a382428 (diff) |
.local/bin/xmessage: get in on the exec party
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/xmessage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/xmessage b/.local/bin/xmessage index bd30b5e..08fd95e 100755 --- a/.local/bin/xmessage +++ b/.local/bin/xmessage @@ -1,2 +1,2 @@ #!/bin/sh -gxmessage $@ -fn 'Monospace' +exec gxmessage $@ -fn 'Monospace' |