Skip to content

Commit f4900fc

Browse files
committed
use the same shabang.
Signed-off-by: Tao Lin <[email protected]>
1 parent 71685d5 commit f4900fc

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)