Fix shebang line
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
date=$(date +%Y-%m-%d)
|
||||
title=
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
date=$(date +%Y-%m-%d)
|
||||
title=
|
||||
|
||||