diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 02:06:58 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-24 02:06:58 -0500 |
| commit | 5b935bd395ed7401f0a1ad92d119c9d594f2796d (patch) | |
| tree | d2f1359d566c87a9986e191e06c8edecaa4766cf /save-theme | |
| parent | 9572c2996509059d658bb393c215dd0afa90b827 (diff) | |
new themes
Diffstat (limited to 'save-theme')
| -rwxr-xr-x | save-theme | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -#!/bin/bash -cd "$(dirname "$0")" +#!/bin/sh +cd "$(dirname "$0")" || exit -if [ "$1" == "" ]; then +if [ "$1" = "" ]; then echo theme name not set :\< exit 1 fi |
