Add bash shebangs
This commit is contained in:
parent
b973973d39
commit
bcc588166c
1 changed files with 14 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ ! -d /tmp/output/opensuse-42 ]]; then
|
||||
mkdir -p /tmp/output/opensuse-42
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue