diff options
-rwxr-xr-x | ssg5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssg5 b/ssg5 index e8d4964..e34de43 100755 --- a/ssg5 +++ b/ssg5 @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/usr/bin/env bash # # https://rgz.ee/bin/ssg5 # Copyright 2018-2019 Roman Zolotarev <hi@romanzolotarev.com> |