Compare commits

...

3 Commits

Author SHA1 Message Date
akiel dd226a1f62 Use sh instead of bash 2020-08-14 15:45:54 +02:00
akiel 173db15aa4 Add execution bit to entrypoint 2020-08-14 15:41:07 +02:00
akiel 5601a4fb8b Correct filename 2020-08-14 15:40:53 +02:00
2 changed files with 1 additions and 1 deletions
View File
Regular → Executable
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
echo "something going on here"