Skip to content

Commit e117d37

Browse files
author
Ataxexe
committed
fix shebang
1 parent 1d8e293 commit e117d37

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/git-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

examples/pandoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

examples/replace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

scripts/core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

scripts/soda/colors.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

scripts/soda/events.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Subscribe to an event
44
when() {

scripts/soda/exec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

scripts/soda/input.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

scripts/soda/log.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

scripts/soda/soda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# The MIT License
33
#
44
# Copyright (c) 2013 Marcelo Guimaraes <ataxexe@gmail.com>

0 commit comments

Comments
 (0)