From 3aa904f20d1af20c3d90c000e030e0987520a8b2 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 7 Aug 2023 13:58:53 +0530 Subject: [PATCH] [fix] Use /bin/sh --- config/tmux/scratch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/scratch b/config/tmux/scratch index 80eaf447..3a363120 100755 --- a/config/tmux/scratch +++ b/config/tmux/scratch @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh width=${2:-80%} height=${2:-80%}