Skip to content

Commit 67c6ded

Browse files
Patrick Hilhorststark
Patrick Hilhorst
authored andcommitted
Fixed hashbangs (#11)
1 parent 0ebd401 commit 67c6ded

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Diff for: color-scripts/bars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# ANSI color scheme script by pfh
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=139126#p139126

Diff for: color-scripts/dna

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# ANSI color scheme script by pfh
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=144011#p144011

Diff for: color-scripts/ghosts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# ANSI color scheme script by pfh
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=157979#p157979

Diff for: color-scripts/guns

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# ANSI color scheme script by pfh
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=151602#p151602

Diff for: color-scripts/hex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Author: SuNjACk
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=135226#p135226

Diff for: color-scripts/rally-x

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# ANSI color scheme script by pfh
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=143700#p143700

Diff for: color-scripts/unowns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env python
1+
#!/usr/bin/env python
22
# -*- coding: UTF-8 -*-
33
__author__ = 'actionless'
44

Diff for: color-scripts/zwaves

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# ANSI color scheme script by pfh
44
# Source: http://crunchbang.org/forums/viewtopic.php?pid=141044#p141044

0 commit comments

Comments
 (0)