bin: make 'title' use bash

This commit is contained in:
2024-11-16 22:25:21 +00:00
parent 3e7baed779
commit 57ec2feb3d

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/usr/bin/env bash
if [ "$1" == "" ] ; then if [ "$1" == "" ] ; then
if [ "$STY" != "" ] ; then if [ "$STY" != "" ] ; then
item=$(echo $STY | sed -e 's/^[0-9]*\.//') item=$(echo $STY | sed -e 's/^[0-9]*\.//')