We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950d5de commit a808837Copy full SHA for a808837
bin/login-hedgedoc-via-gitlab.sh
@@ -1,4 +1,5 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
+
3
username=${1}; shift
4
password=${1}; shift
5
0 commit comments