dmenium

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dmenium
Log | Files | Refs | LICENSE

commit a10e8e4d6fd88e82716b3788c6945fc92065e9e3
parent 2b3ec72e0f8abd8a140ac241f6bcfd9dc3ca5ee4
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 25 May 2017 21:15:33 -0700

Chnage shebangs from sh to bash

Diffstat:
browse | 2+-
todo | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/browse b/browse @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # TODO: multisel target="$2" diff --git a/todo b/todo @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # TODO: | sort -s -k 1,1