Skip to content

Commit a808837

Browse files
committed
use the same shabang.
1 parent 950d5de commit a808837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/login-hedgedoc-via-gitlab.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
23
username=${1}; shift
34
password=${1}; shift
45

0 commit comments

Comments
 (0)