diff options
| author | sinanmohd <pcmsinan@gmail.com> | 2022-11-05 13:43:58 +0530 |
|---|---|---|
| committer | sinanmohd <pcmsinan@gmail.com> | 2022-11-05 13:43:58 +0530 |
| commit | 0d689b56ddc5c243163d5462e23aba5665fcc803 (patch) | |
| tree | 400b9d0e97aa14d43058b2d194afdc3f61762c2f | |
| parent | 6ae9d8f900c5f9c75edbfe3680ddc35596d077a3 (diff) | |
stikman: fix shebang
| -rw-r--r-- | stikman | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ -#! /bin/sh +#!/bin/sh # https://gitlab.com/sinanmohd/stikman #################### -## User variables ## +## user variables ## #################### # dir where stickers are stored |
